carmensantos / cs-jackie-tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CODE WITH ME: Python TETRIS Game OOP [PART 1]: https://youtu.be/u-fuaFaHxQM

clone the repository:

git clone <repo>

cd <repo>

install virtualenv if you don't already have it:

pip install virtualenv

create a new virtual environment:

virtualenv venv

source venv/bin/activate

install requirements in the venv:

pip install -r requirements.txt

About

License:MIT License


Languages

Language:Python 100.0%