Skip to content

wuzi/labirong3d-client

Repository files navigation

Labirong3D Game

This is a remake of the multiplayer labirong game in 3D using Babylon.JS, it is a project to test new things out and have fun, feel free to make changes and open pull requests!

Quick start

Run the following commands from within the repository's root folder to start the application:

  1. npm install
  2. npm run dev

Scripts

List of all the available scripts:

NPM Script Description
dev Runs the game in development mode with debugger
start Runs the game in production mode
build Compiles all source .ts files to bundle.js and copy all assets to /dist folder
lint Lint all source .ts files

Server

Check out the server-side code here.

Credits