- 3D graphic in browser
- 2 players gameplay
- Three.js on the Front-end
- Node.js on the Back-end
- Everything written in Typescript - single codebase
- Impossible to cheat, game logic is a deterministic algorithm that runs on the server and clients
- Node.js (tested on 15.12.0) with npm installed
node --experimental-specifier-resolution=node static/js/server.js
Now open http://localhost:8002 on you computer or http://<your-local-ip>:8002 if you open on different computer.
npm i # only first time
tsc