Kriegspiel explained. This is an implementation of Kriegspiel as a node.js application, using socket.io for pushing moves from the server to the client and back. The server was originally written in CoffeeScript, though has been ported to modern JavaScript; the client was originally written with jQuery, but has been ported to React and Redux.
To run your own Kriegspiel server:
- clone the repo
yarn install
yarn start
- browse to http://localhost:8124
- invite all of your coolest friends to play with you!