Tetris, but with polyomino consisting of 5 squares
A,D- move left/rightQ,E- rotateS- accelerateSpace- to start/continue game, dropEsc- settings
- python
- pygame
- Clone repository:
git clone https://github.com/1AmIWho1/pent.git- Update pip:
pip install --upgrade pip- Go to the project directory and install requirements:
pip install -r requirements.txt- Run the game:
python run.py