Reproduction of 2048 game in C with Allegro library.
The aim of the work is to study and implement the game algorithm with multithreaded programming, giving very little importance to graphics.
Commands to run the game (Linux systems):
make
sudo ./main
Commands to play the game:
- 's' to start the game
- 'i' to move up
- 'k' to move down
- 'j' to move left
- 'l' to move right