/Caro-p5js

Create rooms and play Caro with your friends

Primary LanguageJavaScript

Caro Online Game

Donate? Muốn hỗ trợ mình 1 ly cafe <3 Donate here

Multiplayer game made with NodeJs, Socket.io and p5.js

Link: Play now (vietnamese)

Running Locally

Make sure you have Node.js

git clone https://github.com/HoangTran0410/Caro-p5js.git # or clone your own fork
cd Caro-p5js
npm install
npm start

Your app should now be running on localhost:3000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: