A risk like game, in TypeScript, revamped for quick bataille and fun.
- real time unit movements
- turn by turn income (7s)
- up to 6 players (will probably be increased when popularity will grow)
- public in-game discussion
- game time: 10-20min
Everything is build around Node & TypeScript, using Phaser3 for the game engine on the web (webgl) and socket.io for server-client communication.
- Copy
.env.example
to.env
and fill:REACT_APP_SOCKET_URL=localhost:3001
SUMOLOGIC_COLLECTOR
can stay blank (used to track number of games played)
npm i
npm run start
npm run start-server
- Open
localhost:3000
, local dev should work with one player, online require 2 players.