Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carmensantos/cs-jackie-tetris


https://github.com/carmensantos/cs-jackie-tetris

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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

clone the repository:

`git clone `

`cd `

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`