Skip to content

terminal based game in python

License

Notifications You must be signed in to change notification settings

tingwei628/pytg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytg

terminal based game in python

build codecov

Get Started

python src/main.py

NOTE: On Windows, please install windows-curses before the execution

pip install windows-curses

Feature

  • Snake
  • Tetris

Demo

Test

pytest

issues

_curses.error: init_color() returned ERR
export TERM=xterm-256color

Acknowledgements

python-curses-tut@nikhilkumarsingh
Tetris tutorial@javilop