/2048.py

Colored text based 2048 in Python.

Primary LanguagePython

2048.py

A colored text based 2048 game written in Python.

How to play

type w and enter for move up, a for move left, s for move down, and d for move right.

type q for quit.

have fun!