Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carmensantos/cs-jackie-tetris
https://github.com/carmensantos/cs-jackie-tetris
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carmensantos/cs-jackie-tetris
- Owner: carmensantos
- License: mit
- Created: 2024-07-31T08:03:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:09:48.000Z (3 months ago)
- Last Synced: 2024-08-22T21:26:38.961Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`