Skip to content

federico-paolillo/mines

Repository files navigation

mines

Go Report Card Build status codecov

What is this ?

Minesweeper is a logic puzzle video game genre generally played on personal computers. The game features a grid of clickable tiles, with hidden "mines" (depicted as naval mines in the original game) scattered throughout the board. The objective is to clear the board without detonating any mines, with help from clues about the number of neighboring mines in each field.

From: https://en.wikipedia.org/wiki/Minesweeper_(video_game)

It's Minesweeper in Go.

This project has a server that let's you play matches of Minesweeper through an HTTP REST-like API. You will be able to request a match and play them until you win, lose or 2 hours pass and the game is automatically destroyed. The server component is written in Go using Gin, while the client component is a Single Page Application written in React using Vite as the bundler of choice.

About

Minesweeper in Go. With pluggable UI

Topics

Resources

License

Stars

Watchers

Forks

Languages