The simple replica of the minesweaper game written in go
To run the game just clone the repo go into build dir cd build and run ./minesweaper (The binary was built on Ubuntu 20.04)
To run the source code you can install Go on your machine and run go run . in the root of repo.
You can flag the field using F key, reveal cell using Enter key and move by arrow keys.
Happy coding!