Use this solver to solve any 2048 game!
- Currently Mac/Linux only, because I work only on its OS. If anyone wants Windows support, I will help with implementing it.
- Mobile support isn't planned because it isn't possible to simulate key presses there (without help of computer).
- This solver works only on 4x4 field, but working with larger fields is planned.
- This project uses Tesseract to find numbers on the 2048 field. You'll need not only tot pip install it, but also (Mac) brew install, more info in its repository: https://github.com/tesseract-ocr/tesseract.
Run src/main.py. after it, instructions will pop up in terminal!