A collection of game examples implemented as .NET blazor components primarily for providing education and inspiration. :)
Warning The original purpose of this repository was to port the games from dotnet-console-games to blazor webassembly hosted on GitHub pages. However, a better way to port the games was discovered and implemented in the dotnet-console-games repository rather than this seperate repository. There are currently no plans to do any further development on
dotnet-blazor-games
(this) repository, but that may change in the future.
Game | *Complexity | Play | Source Code |
---|---|---|---|
Rock Paper Scissors | 0 | ||
Tic Tac Toe | 1 | ||
Simon | 1 | ||
Minesweeper | 2 | ||
Snake | 3 | ||
2048 | 3 | ||
Helicopter | 4 | ||
Sudoku | 4 | ||
Maze | 5 |
*Complexity: a relative rating for how complex/advanced the source code is.
If you like this repo, you may also be intersted in:
https://github.com/ZacharyPatten/dotnet-console-games