Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 405 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 405 Bytes

Stunts-Online-Server

The server for an online multiplayer implementation for Stunts. The client can be found here.

Setup

Simply put tracks you want the server to distribute in the "tracks" folder, then run with NodeJS. If you want to change the server timer length, edit the "let timerDefault = 600" in index.js to a different time in seconds.