A colored text based 2048 game written in Python. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048.
Type w
and enter for moving up, a
for moving left, s
for moving down, and d
for moving right.
Type q
for quit.
Have fun!