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