~greyson/playdate-minesweeper

A simple minesweeper game for the Playdate console.
42f931bf — Greyson Parrelli 4 months ago
Reveal all mines when losing.
71450049 — Greyson Parrelli 4 months ago
Fix empty spread.
ee154106 — Greyson Parrelli 4 months ago
Remove print statement.

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~greyson/playdate-minesweeper
read/write
git@git.sr.ht:~greyson/playdate-minesweeper

You can also use your local clone with git send-email.

#Minesweeper

A simple work-in-progress minesweeper game for the PlayDate.

#Building

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.

#Workflow

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.