Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 384 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 384 Bytes

PyTetris

Tetris clone in python.

This project is managed by Pipenv. In general do development work while shelled into pipenv:

pipenv shell

Leave the shell by typing

exit

Common commands outside the shell

pipenv install <package>
pipenv run python main.py

TODO List:

  • CCW Rotation
  • Extended Lockdown
  • Back-to-Back, hard/soft drop scoring
  • T-spins