Skip to content

ZacharyPatten/dotnet-blazor-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-blazor-games

flat .NET target Continuous Integration Discord License

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.

Play Now
Hosted On GitHub Pages

Game *Complexity Play Source Code
Rock Paper Scissors 0 Play Now Source Code
Tic Tac Toe 1 Play Now Source Code
Simon 1 Play Now Source Code
Minesweeper 2 Play Now Source Code
Snake 3 Play Now Source Code
2048 3 Play Now Source Code
Helicopter 4 Play Now Source Code
Sudoku 4 Play Now Source Code
Maze 5 Play Now Source Code

*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