Skip to content
/ 2048 Public
forked from gabrielecirulli/2048

A small school project to try and win the game using simple AI.

License

Notifications You must be signed in to change notification settings

smeznar/2048

 
 

Repository files navigation

If you want to give this AI implementation a try click here. The game is hosted on Heroku.

2048

2048 is a game made by gabrielecirulli which can be found in his repository. More information about the game can be found on its Wikipedia page.

AI

For a seminar assignment at my university I made this AI, which uses a method similar to Monte Carlo method to estimate the best move. The result varies depending on number of games played between each move, but for 100 games played between each move it wins in around 93% and reaches the tile 4096 around 23% of the time.

Other Contributions

Anna Harren and sigod are maintainers for this repository.

Other notable contributors:

Many thanks to rayhaanj, Mechazawa, grant, remram44 and ghoullier for the many other good contributions.

License

2048 is licensed under the MIT license.

Donations

If you like the game I encourage you to donate to the original author gabrielecirulli. His BTC address is 1Ec6onfsQmoP9kkL3zkpB6c5sA4PVcXU2i.

About

A small school project to try and win the game using simple AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 49.4%
  • JavaScript 40.1%
  • HTML 8.8%
  • Python 1.2%
  • Other 0.5%