Python game in terminal - 2048 with blessed
- WASD
- HJKL(vim like)
- Q + R => New Game
- Q + any key => exit
- blessed: install with
pip install blessed
orsudo pacman -S python-blessed
for 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