Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 276 Bytes

File metadata and controls

10 lines (9 loc) · 276 Bytes

stratego

A Stratego game (engine) in JavaScript, using Socket.IO and NodeJS for the server, ReactJS for the client and RxJS for all the glue.

Usage

  1. Install all dependencies $ npm i
  2. Start a game server $ npm run server
  3. Open a client (in dev mode) $ npm start