Minesweeper

Monkey Forums/Monkey Code/Minesweeper

NoOdle(Posted 2012) [#1]
Wrote a really quick simple version of Minesweeper. Also features a code data font used to draw all text. Tested on HTLM5 and IOS, should work fine on most targets.




Jesse(Posted 2012) [#2]
pretty cool!
all it needs is a way to flag them.


NoOdle(Posted 2012) [#3]
all it needs is a way to flag them.

Yea it does, I was going to add a button to toggle flag placement mode but I forgot! Oops.


AdamRedwoods(Posted 2012) [#4]
this is cool. we should do a 99-line game jam with monkey some day.


NoOdle(Posted 2012) [#5]
this is cool. we should do a 99-line game jam with monkey some day.

Yea that would be good fun!


NoOdle(Posted 2012) [#6]
Decided to add a flag to this so it is complete. Click the flag to toggle flag placement mode. I left it so that you can uncover flagged tiles, saves a couple of mouse clicks this way!