Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 471 Bytes

File metadata and controls

20 lines (16 loc) · 471 Bytes

PythonMinesweeper

This project is a multiplayer application of minesweeper that can be played online in a browser. You can then join or create rooms to play with your friends aswell as chat inside the room

Usage

Du skal installere følgende
python
git
flask
npm

For at køre backend brug følgende
Kør "cd /backend"
Kør "py app.py"

For at køre frontned brug følgende
Kør "cd /frontend"
Kør "npm install"
Kør "npm run serve"