21 lines
499 B
Markdown
Executable File
21 lines
499 B
Markdown
Executable File
# Tetris
|
|
|
|
[](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)
|