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.
Wesley Kerfoot 105761f788 add sliders for difficulty 3 years ago
src add sliders for difficulty 3 years ago
styles initial commit 3 years ago
tests initial commit 3 years ago
README.md add the readme 3 years ago
compile_raygui.sh initial commit 3 years ago
config.nims initial commit 3 years ago
game.nimble initial commit 3 years ago

README.md

What is this?

A simple project that implements a game of minesweeper using raylib. Mostly as a way for me to learn raylib and Nim more.