Skip to content

Terper/python-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

minesweeper

Requirements

  • python 3
  • pygame

Arguments

Arguments are optional, launching the program without arguments will give a gridsize of 16 and 15 % mines

python main.py [gridsize] [mines]

Gridsize is an integer that specifies how many rows and columns the grid will have. Mines is a float that specifies how many mines will spawn.

Example

python main.py 10 0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages