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

https://github.com/larsbergqvist/sudoku-puzzler


https://github.com/larsbergqvist/sudoku-puzzler

csharp net6 sudoku sudoku-generator

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# SudokuPuzzler
![Build and test](https://github.com/larsbergqvist/sudoku-puzzler/actions/workflows/dotnet.yml/badge.svg)

A sudoku puzzle generator in C#

```bash
git clone https://github.com/LarsBergqvist/sudoku-puzzler.git
cd sudoku-puzzler
dotnet run --project Sudoku.Web/Sudoku.Web.csproj --http_ports "5100" --https_ports "5400"
```
Open the Swagger UI in a browser: https://localhost:5400/swagger/index.html


You can connect the sudoku-app frontend project with this api, see https://github.com/LarsBergqvist/sudoku-app.git