Skip to content

server side for a simple minesweeper game written in Python and utilizing Flask.

Notifications You must be signed in to change notification settings

brocksamson/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick and dirty python Flask server that functions as the server side for a browser based minesweeper game.

Server handles grid generation and hit test information. If a 0 is returned for a cell it is the responsibility of the calling code to make additional calls to display further cells.

Client will handle grid rendering and whether a cell is unknown, clicked or marked.

About

server side for a simple minesweeper game written in Python and utilizing Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages