Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 500 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 500 Bytes

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.