https://github.com/vepo/2048-solver
2048 player implementation
https://github.com/vepo/2048-solver
2048-game artificial-intelligence learning-by-doing minimax-algorithm
Last synced: 11 months ago
JSON representation
2048 player implementation
- Host: GitHub
- URL: https://github.com/vepo/2048-solver
- Owner: vepo
- Created: 2017-10-14T18:53:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T19:38:37.000Z (over 8 years ago)
- Last Synced: 2025-01-16T06:55:58.534Z (about 1 year ago)
- Topics: 2048-game, artificial-intelligence, learning-by-doing, minimax-algorithm
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Solver
[2048](https://gabrielecirulli.github.io/2048/) Game solver.
Execute:
```
python GameManager.py
```
## Algorithm
Minimax with Alpha Beta pruning
### Heuristic
* Sum of all elements
* Difference between adjacents elements
* Possible merging elements
* Elements ordering