Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.18 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.18 KB

KAPLAY + Colyseus

Boilerplate to quickstart a project using KAPLAY and Colyseus Multiplayer Framework.

This project was made for the first KAJAM + Colyseus challenge/collab.

Running locally

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

Testing with friends

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!

Have fun and make awesome games! 🎮

Contributing

Feel free to contribute to this project. We are open to suggestions and improvements.

License

MIT

(This project was slightly based on tejaboy/discord-kaboom-colyseus)