An open API service indexing awesome lists of open source software.

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

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