Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 864 Bytes

kriegspiel.js Build Status

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:

  1. clone the repo
  2. yarn install
  3. yarn start
  4. browse to http://localhost:8124
  5. invite all of your coolest friends to play with you!