Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tjeufoolen/sudoku
- Owner: tjeufoolen
- Created: 2021-04-22T14:22:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T16:21:38.000Z (12 months ago)
- Last Synced: 2024-02-24T17:29:43.123Z (12 months ago)
- Topics: abstract-factory-pattern, blazor, blazor-server, builder-pattern, csharp, design-patterns, razor, state-pattern, strategy-pattern, visitor-pattern
- Language: C#
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)