Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 377 Bytes

2048

Recreation of the popular 2048 game created by Gabriele Cirulli (found here) made in python using pygame

Controls

use the arrow keys to move the board. press C to restart the game. press X to close the game

Requirements

  • Python 3+
# install required dependancies
$ pip install  -r requirements.txt