Skip to content

An implementation of Minesweeper that allows multiple players.

Notifications You must be signed in to change notification settings

Leo-vF/multiplayer-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Minesweeper

This is an implementation of Minesweeper desingened to be played by multiple Players in a coop manner. It is built to be played in the Brwoser, and players can connect to the same minesweeper field with the id the creator gets.

How it is built

Multiplayer Minesweeper is programmed in Python with the Framework fastapi to make it a WSGI Web-App which enables the multiplayer aspect. As the Database that holds the field status for the game the tortoise-orm Database manager is used with an sqlite3 Database.

Helpful Links

For making a minesweeper field

For solving a mineswpeer field

For makeing a non-guessing minesweeper field

About

An implementation of Minesweeper that allows multiple players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published