Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tjeufoolen/sudoku

Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns
https://github.com/tjeufoolen/sudoku

abstract-factory-pattern blazor blazor-server builder-pattern csharp design-patterns razor state-pattern strategy-pattern visitor-pattern

Last synced: about 2 months ago
JSON representation

Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns

Awesome Lists containing this project

README

        

# Sudoku
Fun little website to play different types of Sudoku games. Written in C# using Blazor and a variety of design patterns consisting of abstract factories, builders, strategies, visitors, states and more.

## Prerequisites
- Visual studio 2019 or higher
- ASP.NET and web development

## Getting Started
1. Clone this project.
2. Open the solution using visual studio.
3. Open a terminal and navigate to the project directory.
4. [Optional if not present] Execute `dotnet tool install Excubo.WebCompiler --global`.
5. Manually build solution.
6. Execute `dotnet watch -p . run`.
7. Enjoy! :tada:

## Authors
- [Tjeu Foolen](https://github.com/tjeufoolen)
- [Micha Nijenhof](https://github.com/nijenhof)