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
- Host: GitHub
- URL: https://github.com/lynnsh/tetris
- Owner: lynnsh
- License: mit
- Created: 2017-08-24T19:02:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T19:53:51.000Z (over 7 years ago)
- Last Synced: 2025-03-13T13:27:32.195Z (10 months ago)
- Topics: csharp, game, monogame, nunit, tetris, tetris-game
- Language: C#
- Homepage:
- Size: 5.13 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.