Reveal all mines when losing.
Fix empty spread.
Remove print statement.
A simple work-in-progress minesweeper game for the PlayDate.
This project includes Noble Engine as a submodule, so make sure to clone using --recurse-submodules
.
git clone --recurse-submodules <repo-url>
Then, to build the project, run ./build.sh
. The project is also setup in VSCode so that you can build using Ctrl+Shift+B
.
The recommended workflow is to build in VSCode using the build shortcut. Then load the output.pdx
in the simulator. After loading once, you can just press Ctrl+R
in the simulator to refresh the game after building it.