Tetris/README.md
foglar 80c46a13ba
Some checks failed
.NET / build (push) Has been cancelled
last commit
2025-01-12 15:41:06 +01:00

27 lines
742 B
Markdown
Executable File

# Tetris
[![.NET](https://github.com/foglar/Tetris/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/foglar/Tetris/actions/workflows/dotnet.yml)
## Compilation and running
```bash
git clone https://github.com/foglar/Tetris.git
cd Tetris
dotnet run
```
> [!NOTE]
> For some weird cause it won't run when executed through Visual Studio on Windows.
> Run it in terminal instead with command above.
## Simple tetris game
- [SRS](./TetrominoSRS.md)
- [FS](./TetrominoFS.md)
## Not fulfilled requirements
- [ ] 7.7 Background Music - Difficult to implement both for Windows and Linux
- [ ] 7.8 Tetromino Colors - Difficult to implement with current implementation
- [ ] 7.11 Next Tetromino Preview - Not enough time