A 2048 game clone with a predictive algorithm.
WASD or arrow keys to move.
F to toggle autoplay
G to make a single computer move
R to reset
In a Windows terminal, run the following command:
.\make.batThis will run a Makefile to compile the program with SDL2 linked.
Then you can start the application with the following command:
.\Main.exeThis is licensed under the MIT license.
