This is a web app developed with javascript to function as a multiplayer Gobang platform, with private room codes.
-
Install Node.js
-
Clone the repository
git clone https://github.com/BIGGASSS/gobang-online.git
cd
into the repository and install the dependencies
npm install
- Start the server
node server.js
- Go to
http://localhost:3000