minesweeper in python with curses
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.
mryouse dccfae5863
bugfix: 'new' and 'reset' after loss needs to have moves cleared
2 years ago
README.md how bad am i at markdown? 3 years ago
logic.py bugfix: 'new' and 'reset' after loss needs to have moves cleared 2 years ago
ouija.py initial commit, far too late 3 years ago
sweepy.py added a color for '6' -- not common, but not uncommon 3 years ago

README.md

sweepy

minesweeper in python with curses

features

  • save/resume game
  • 2 size boards
  • ~x~ pReTtYcOlOrS ~x~

coming soon?

  • custom boards
  • local multiplayer
  • scoring?

ouija?

you can use the game board logic in other things too! i hope to eventually remove it from this repo completely. you can find the latest version in this repo.