Skip to content

HoangTran0410/Caro-p5js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: