Skip to content

byteface/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

The classic minesweeper game, built to test domonic and fast-api

setup
	python3 -m venv venv
	. venv/bin/activate
	python -m pip install -r requirements.txt
running
    python minesweeper.py

about

  • Decisions on users success are made on the server side aysnc.

  • Threads are used to speed-up checking the tiles.

  • If you make HUGE grid. Increase recursion limit at the top of the file. i.e

    print(sys.getrecursionlimit())
    sys.setrecursionlimit(5000)

About

minesweep in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages