Play 2048 right in your terminal! :)
In Linux, everything's just fine but in Windows, you'll need to install windows-curses and everything will be good to go!
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 ;)