Skip to content

wuzi/labirong3d-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labirong3D Server

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. go run cmd/server/main.go

Client

Check out the client-side code here.