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

https://github.com/leflon/efreitris


https://github.com/leflon/efreitris

Last synced: 2 months ago
JSON representation

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 BOUDJEDID

Paul LEFLON