2048.py
2048.py copied to clipboard
Text-based 2048 in Python.
2048.py
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.
How to play
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!