Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.09 KB

quoridor-multiplaying

Quoridor Online Multiplayer Game using Node.js, Express and Socket.IO.

cap2-playing

Getting started

  1. Install Node.js v10.19.0 and clone this repository.

  2. Install libraries and run backend code:

    npm install
    cd backend && npm run prod
    
  3. Open http://localhost:3000/ to play.

License

This repository includes some files and code derived from other softwares. Such files have inherited their original licenses.

All other files are my writing, GPLv3, see LICENSE.