Real actual competitive minesweeper in Node.JS. Flagging a mine correctly will send it to one of the other players.
Go to file
2020-11-27 19:06:50 +01:00
html Multiplayer is now working correctly 2020-11-27 19:06:50 +01:00
res/fonts Multiplayer kind of working 2020-11-18 11:43:45 +01:00
scss Multiplayer is now working correctly 2020-11-27 19:06:50 +01:00
src Multiplayer is now working correctly 2020-11-27 19:06:50 +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 Multiplayer is now working correctly 2020-11-27 19:06:50 +01:00
package.json Multiplayer is now working correctly 2020-11-27 19:06:50 +01:00
README.md Initial commit 2020-11-06 09:46:53 +01:00
webpack.config.js Multiplayer is now working correctly 2020-11-27 19:06:50 +01:00

minesweeper

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