Quoridor Online Multiplayer Game using Node.js, Express and Socket.IO.
-
Install Node.js
v10.19.0and clone this repository. -
Install libraries and run backend code:
npm install cd backend && npm run prod
-
Open
http://localhost:3000/to play.
This repository includes some files and code derived from other softwares. Such files have inherited their original licenses.
-
ir5/quoridor-AI, distributed under the MIT License
Files:
/client/src/*.ts,/client/src/agents/*.tsand/client/public/** -
rossbulat/ts-live-chat-demo, distributed under the GPLv3
Files:
/backend/src/*.ts
All other files are my writing, GPLv3, see LICENSE.
