Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 980 Bytes

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