A very simple 3d multiplayer game base using BabylonJS, movement and networking.
- Real-time 3D rendering using BabylonJS
- Multiplayer networking support
- Character control system
- Automatic login-logout
- Clone the repository
- Install dependencies:
bun install
- Start the development server:
bun run server
bun run client