Real actual competitive minesweeper in Node.JS. Flagging a mine correctly will send it to one of the other players.
Go to file
Arne van Iterson 2ee13bb022 Fixed bugs and addes several features
Room list on login
Restart button to prevent socket.io instance from hanging around
Disabled contextmenu on entire playing field
Added better logging for players who died
Changed some gameplay variables after player feedback
2020-11-30 22:05:23 +01:00
html Fixed bugs and addes several features 2020-11-30 22:05:23 +01:00
res Added icons 2020-11-27 19:54:43 +01:00
scss Fixed bugs and addes several features 2020-11-30 22:05:23 +01:00
src Fixed bugs and addes several features 2020-11-30 22:05:23 +01:00
.eslintrc.js The main game and server connections are working 2020-11-08 13:23:38 +01:00
.gitignore The main game and server connections are working 2020-11-08 13:23:38 +01:00
LICENSE Initial commit 2020-11-06 09:46:53 +01:00
package-lock.json Fixed bugs and addes several features 2020-11-30 22:05:23 +01:00
package.json Fixed bugs and addes several features 2020-11-30 22:05:23 +01:00
README.md Initial commit 2020-11-06 09:46:53 +01:00
webpack.config.js Added icons 2020-11-27 19:54:43 +01:00

minesweeper

Real actual competitive minesweeper in Node.JS. Flagging a mine correctly will send it to one of the other players.