https://github.com/leflon/efreitris
https://github.com/leflon/efreitris
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leflon/efreitris
- Owner: leflon
- Created: 2023-01-06T09:52:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:54:26.000Z (over 2 years ago)
- Last Synced: 2025-03-07T23:27:51.495Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# efreitris
Efreitris, single player terminal base game inspired on Tetris, written in Python as part of our "Programming in Python" course at EFREI.
## How to use
Download the code and run the following command in the root directory:
```
python main.py
```
**Make sure you are using Python 3.10 or higher.**## How to play
The goal of the game is to score as many points as possible by clearing lines of blocks.
The game ends when you fail to place a block on the board three times in a row.
A detailed tutorial can be found in the game itself!## Authors
Julien BOUDJEDIDPaul LEFLON