Recreation of the popular 2048 game created by Gabriele Cirulli (found here) made in python using pygame
use the arrow keys to move the board. press C to restart the game. press X to close the game
- Python 3+
# install required dependancies
$ pip install -r requirements.txt