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-18 11:43:45 +01:00
html Multiplayer kind of working 2020-11-18 11:43:45 +01:00
res/fonts Multiplayer kind of working 2020-11-18 11:43:45 +01:00
scss Multiplayer kind of working 2020-11-18 11:43:45 +01:00
src Multiplayer kind of working 2020-11-18 11:43:45 +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 kind of working 2020-11-18 11:43:45 +01:00
package.json Multiplayer kind of working 2020-11-18 11:43:45 +01:00
README.md Initial commit 2020-11-06 09:46:53 +01:00
webpack.config.js Multiplayer kind of working 2020-11-18 11:43:45 +01:00

minesweeper

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