Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honghaoz/2048x
https://github.com/honghaoz/2048x
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/honghaoz/2048x
- Owner: honghaoz
- License: gpl-2.0
- Created: 2015-03-06T18:52:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T18:55:41.000Z (almost 4 years ago)
- Last Synced: 2023-07-31T15:46:50.654Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 3.45 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048X
2048 Game with AI solver.# Contributors
* [Honghao Zhang](https://github.com/honghaoz)
* [Yong Xiao](https://github.com/LostZebra)
* [Yansong Li](https://github.com/jindulys)# References
* [What is the optimal algorithm for the game, 2048?](http://stackoverflow.com/questions/22342854/what-is-the-optimal-algorithm-for-the-game-2048)
* [An Artificial Intelligence for the 2048 game](http://diaryofatinker.blogspot.it/2014/03/an-artificial-intelligence-for-2048-game.html) or on [StackOverflow](http://stackoverflow.com/a/22674149/3164091) (Linear and monotonic decreasing order heuristic, fast with high scores)
* [Random Moves AI](http://stackoverflow.com/a/23853848/3164091) (This is purely randomized)
* [Good Practices when using GCD](http://www.cnblogs.com/lee0oo0/p/4224063.html)# Build
- `make bootstrap`
- `make pod`