Starter project for a realtime multiplayer game with NullEngine

Hi guys,

I would like to share a starter project repository that I created.

You can find the repository here: https://github.com/creationspirit/multiplayer-browser-game-boilerplate

I found that there is lack of explicit examples of using NullEngine for a multiplayer game development while I was working on a multiplayer game for learning programming. (I will share that as well soon :slight_smile: ), so I made this simple starter project which uses

Colyseus + BabylonJS NullEngine for an authoritative multiplayer server,

and the client is a React app with a BabylonJS component.

It also has a simple room lobby.

Cheers, I hope this will be useful to someone. Feel free to share and comment so I can make it better.

7 Likes

This is really coool ! Would you fancy making a PR on the documentation repo to reference ig as an external tutorial ?

Yes, of course :slight_smile:, will do that now

1 Like