Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
/ minesweeper Public archive

A web implementation of the popular game Minesweeper, built using Blazor Web Assembly and ABP.

License

Notifications You must be signed in to change notification settings

ArtifyCZ/minesweeper

Repository files navigation

Minesweeper

A web implementation of the popular game Minesweeper written in C# Blazor WebAssembly and API.

Running

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.

License

As mentioned in LICENSE.txt, the project is completely shared under the MIT license.

Releases

No releases published

Packages

No packages published

Languages