A demake of the classic minesweeper.

The game cartridge's filesize is just 1024 bytes of compressed code (including the string-encoded sprites)

> RULES / CONTROLS:

  • left click to reveal a tile
    • if you hit a mine, you lose
    • revealed tiles will show a number, telling how many of their 8 neighbors are mines
  • right click to flag a tile
  • reveal all non-mine tiles to win!
  • click the smiley face to restart

> TIPS

  • left click + right click (simultaneous) to auto-reveal neighbors, if the number of nearby flags matches the number on the tile you clicked
  • mines left and a timer are displayed in the top corners

> SOURCE CODE

https://gist.github.com/pancelor/a3aadc5e8cdf809cf0a4972ac9598433

> SHOUTOUTS

Thanks to the following people + tools for helping make this possible!

  • timp - shrinko8: compresses slightly better than pico8 itself, and made it easy to quickly see compression statistics while working outside pico8
  • carlc - pixavis: let me play around and understand exactly how pico8's compression works
  • JadeLombax - graphics tutorial: I used a modified version of this RLE compressor to encode my sprites
  • zep - pico-8: the coziest game engine 🐱
  • Liquidream - pico1k jam: these jams are too much fun :)

StatusReleased
PlatformsWindows, macOS, Linux, HTML5
Rating
Rated 4.7 out of 5 stars
(9 total ratings)
Authorpancelor
GenrePuzzle
Made withPICO-8, Aseprite, Sublime Text
Tags2D, Demake, minesweeper, pico1k, PICO-8, Retro, Singleplayer, sourcecode
Average sessionA few minutes
InputsMouse
AccessibilityColor-blind friendly, High-contrast, Textless
LinksSource code

Download

Download NowName your own price

Click download now to get access to the following files:

mine1k-windows.zip 1,009 kB
Version 1
mine1k-linux.zip 761 kB
Version 1
mine1k-osx.zip 3 MB
Version 1
mine1k-raspi.zip 2 MB
Version 1
mine1k.p8.rom 1 kB
Version 2

Comments

Log in with itch.io to leave a comment.

(+1)

was too afraid to try and figure out flagging from mobile... but i did it!! :- ) love 2 play minesweeper 😊

i got 161

Impressive!

cool