/2048.py

Colored text based 2048 in Python.

Primary LanguagePython

2048

info

###how to play

  • print a to move left
  • print d to move right
  • print s to move down
  • print w to move up

###defaults

  • only run on linux
  • not judge win or fail