Tetris homework
- Supports shapes with more than 4 pixels;
- Supports board with more than 10 columns;
- Supports board with more than 100 rows.
- Ability to set input and output from commandline or stdin-stdout
Make sure you have .net core installed and available in your environment.
You can check by running.
dotnet --info
Clone this repository
git clone https://github.com/jerhat/Tetris.git
cd Tetris
dotnet build
dotnet test Tests/Tests.csproj
dotnet run --project Tetris/Tetris.csproj
Input is read from input.txt
.
Output is written to output.txt
.