An unnamed, top-down 3D, multiplayer online battle arena (MOBA) that plays in your browser.
- WebGL rendering with three.js
- 3D modeling with MagicaVoxel
- UI with Vue.js
- WebSocket networking with socket.io
Moba uses Trio as its game server, so ensure you have that running first.
cd moba
# Install dependencies
npm install
# Hot-reload dev environment
npm run serve
# Build for production
npm run build