A coop version of minesweeper written in Scala.
Controls:
- Left click to reveal a block.
- Right click to flag a block.
- Left+Right click to reveal adjacent cells if exactly enough adjacent cells are flagged.
Building and running:
sbt fastOptJS
to compile the client.sbt server/run
to run the server.- Visit
http://localhost:7777
or equivalent to play (port currently hardcoded inserver/src/main/scala/http/Server.scala
).