i made this game for school and for fun
Just press the button below to deploy the server to heroku
The server address will be the app name you set + .herokuapp.com
For example, if my app name was super-cool-server
, the address would be super-cool-server.herokuapp.com
To connect to your server in game, just paste the address into the server field in-game and press join.
First make sure you have installed nodejs from here
Then follow these steps:
- Clone the repo
git clone https://github.com/XtraCube/Orbit.git
cd Orbit
- Install the npm packages
npm install
- Compile and run
npm start
- Copy your server's IP and port into the server field in-game and press join