Skip to the content.

2048

screenshot screenshot2

Play 2048 right in your terminal! :)

Installing Requirements

In Linux, everything’s just fine but in Windows, you’ll need to install windows-curses and everything will be good to go!

Running

First of all, clone the repo (ofc!)

$ git clone https://github.com/AMJoshaghani/2048.git && cd 2048


Then, run it via following command:

$ python main.py


and have fun ;)