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

https://github.com/lynnsh/tetris

A Tetris C# game built using MonoGame engine
https://github.com/lynnsh/tetris

csharp game monogame nunit tetris tetris-game

Last synced: 16 days ago
JSON representation

A Tetris C# game built using MonoGame engine

Awesome Lists containing this project

README

          

#### tetris
## Tetris Game Project

_Tools: C#, MonoGame_

Description:
1. Tetris game that is built using object-oriented principles and design patterns.
2. MonoGame software is used to build the game loop.
3. Uses NUnit to test the game logic.
4. Features show the next shape, pause the game, save high score to the file, and show the "ghost" shape functionalities.