Boilerplate to quickstart a project using KAPLAY and Colyseus Multiplayer Framework.
This project was made for the first KAJAM + Colyseus challenge/collab.
Open 2 terminal windows, one for the client and one for the server. Install the dependencies and run the development server.
Start the client:
cd client
npm install
npm start
Start the server:
cd server
npm install
npm start
You will need to expose your local server to the internet to test with friends. We recommend using either cloudflared or ngrok for this.
cd client
npm run cloudflared
You can copy the URL generated by cloudflared
and share it with your friends:
Have fun and make awesome games! 🎮
Feel free to contribute to this project. We are open to suggestions and improvements.
MIT
(This project was slightly based on tejaboy/discord-kaboom-colyseus)