diff --git a/README.md b/README.md new file mode 100644 index 0000000..64236d4 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Stunts-Online-Server +The server for an online multiplayer implementation for Stunts. The client can be found [here](https://github.com/HunterBoy344/Stunts-Online-Client). + +# 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.