You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An implementation of the game "2048" in Swift Playgrounds with an AI included to solve it. AI is based on Monte Carlo simulations and is implemented in less than 60 lines of code.