Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.06 KB

File metadata and controls

31 lines (29 loc) · 1.06 KB

Python mines sweeper

Hello everyone :)
Hope you are all doing well
This is a simple project that I'm working on, written in python
a simple mines sweeper replication with a couple more features, like abilities
all of which made on kivy and using python 3.11\

Abilities

There are currently three abilities:

  • Cell Reveal: shows you a 5 by 5 grid of cells, with their identity
  • Safe Touch: allows you to safely try out a cell, not worried about it being a bomb
  • Board change (WIP): completely resets the board and with all the discovered cells and bombs

Things to go over

There are a couple of things that I have to go over

  • making the based setup
  • added the ability to dynamically resize the window (responsiveness)
  • added the abilities holder
    • Cell Reveal
    • Safe Click
    • Board Change
  • add levels and progression
  • Secret dialogs
    • make the dialog system
    • make the dialog triggers
  • add a tutorial
  • add bg particle change
  • add audio
    • sounds
    • music
    • music shifting