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.
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.