/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.

Primary LanguageJavaScriptMIT LicenseMIT

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