Python game in terminal - 2048 with blessed
- WASD
- HJKL(vim like)
- Q + R => New Game
- Q + any key => exit
- blessed: install with
pip install blessedorsudo pacman -S python-blessedfor arch linux - set your terminal/cmd window to 130x45 or higher pls :D
run this commands in somewhere like Desktop to play 2048
git clone https://github.com/TohidEq/py-2048-cli
cd py-2048-cli
pip install -r requirements.txt
python src/main.py