300bb16e5e5a2b1b253787ac8df1c503ae58705c
JSRobloxClone
THIS IS JUST A REPLICATION DEMO CURRENTLY! You can't make games with this at all currently.
A simple Roblox-like multiplayer game engine clone using JavaScript and Three.js.
Features
- DataModel-based object hierarchy
- Multiplayer networking (WebSocket)
- 3D rendering with Three.js
- Workspace and replication services
- Debug overlay for client
Getting Started
- Install dependencies:
npm install - Start the server (ensure you have a WebSocket server running on ws://localhost:8080).
- Run the client:
node js/clientmain.js
Project Structure
js/core/- Core engine classesjs/instances/- Game services and objectsjs/clientmain.js- Client entry point
Description
THIS IS JUST A REPLICATION DEMO CURRENTLY! You cant make games with this at all currently
Languages
JavaScript
99.6%
HTML
0.4%