Releases: unleex/2048-solver
Releases · unleex/2048-solver
v0.2
Moved to pynput!
Hence,
- no more sudo to launch the project
- no segfaults
Also, removed reading_field from gitignore so the project actually launches
v0.1-alpha
Released on 16.06.2024
Algorithm
It evaluates all moves for the current field and for each possible field after tile spawn after initial move is made.
Reading field
User selects the field on the screen, then it gets divided in 4x4 field and each tile in the grid is screenshotted.
Making a move
Each screenshot is passed to tesseract, extracting field values, which are passed in algorithm. Based on best move, the corresponding arrow is pressed.
Full Changelog: https://github.com/unleex/2048-solver/commits/v0.1-alpha