Skip to content

TohidEq/py-2048-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-2048-cli

Python game in terminal - 2048 with blessed

2048 game

Move keys:

  • WASD
  • HJKL(vim like)
  • Q + R => New Game
  • Q + any key => exit

run:

requirements

  • blessed: install with pip install blessed or sudo 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

About

Python game in terminal - 2048

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages