Skip to content

Simple minesweeper with algorithm that can help player find mines.

Notifications You must be signed in to change notification settings

m0tbka/Minesweeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeeper

Simple minesweeper

Instal via archive(only for windows) or all repository.

Then to run game you need to run command:

$ python3 main.py 'h' 'v' 'm' 'c'

Where:

  'h' - amount of cells on horizontal axis,
  'v' - amount of cells on vertical axis,
  'm' - amount of mines,
  'c' - size of one cell at the board

Hotkeys:

  'Q' - quit game,
  'R' - restart game,
  'S' - show all cells, include mines and all numbers.

Bugs:

  • minesweeper.py -> set_mines: Нет проверки на постановку мины в клетку, где она уже стоит
  • minesweeper.py -> somewhere: С каждым перезапуском игры(и перерасстановкой мин) кол-во мин уменьшается

To do:

  1. Пользовательское меню
  2. Таблица лидеров
  3. Персонализация
  4. Помощь игроку
  5. Анимашки

About

Simple minesweeper with algorithm that can help player find mines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages