A game of minesweeper, using Raylib and Nim
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
167 B

3 years ago
## What is this?
A simple project that implements a game of minesweeper using [raylib](https://www.raylib.com/). Mostly as a way for me to learn raylib and Nim more.