A web implementation of the popular game Minesweeper written in C# Blazor WebAssembly and API.
If you want to host it on your own, you need to connect it to a PostgreSQL database instance.
There are two entrypoints:
- src/ArtifyZone.Minesweeper.HttpApi.Host
- src/ArtifyZone.Minesweeper.Blazor
The first one is a web API.
The second one is a Blazor Web Assembly project.
As mentioned in LICENSE.txt, the project is completely shared under the MIT license.