Home

Awesome

minesweeper-go

Play Minesweeper in your Terminal (made with TermLoop)

About

This was a fun weekend project inspired by an interview question. After implementing the logic of generating a Minesweeper grid, I decided to just make it into a full-blown terminal game using @JoeOtter's excellent termloop library.

Usage

$ go install github.com/ryanbaer/minesweeper-go

$ minesweeper-go -help
	Usage: minesweeper <width> <height> <# of mines>
	Default: minesweeper 20 10 10

$ minesweeper-go

Support This project was developed on macOS, and has been tested on Windows as well.

Roadmap

Troubleshooting

Feel free to open an issue if you run into any issues

License

MIT License