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 ), 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.