Skip to content

sad-company/sad-tetrispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sad-tetrispy

Tetris in your Terminal

Run game

  1. Choose Noto Color Emoji font in your Terminal profile (or create new)
  2. Run command
python3 src/main.py

sad-tetrispy-moving

Run unittests

PYTHONPATH=src python3 -m unittest discover ./tests

Code conduction