/Orbit

The first game by Cheese Games! Join our discord using the link in the README

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Orbit

Discord

xtracube made this game for school and for fun and for learning

Instructions to run your own custom game server

Method 1: Deploy to Heroku

Just press the button below to deploy the server to heroku

Deploy

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.

Method 2: Manually

First make sure you have installed nodejs from here

Then follow these steps:

  1. Clone the repo
git clone https://github.com/XtraCube/Orbit.git
cd Orbit
  1. Install the npm packages
npm install
  1. Compile and run
npm start
  1. Copy your server's IP and port into the server field in-game and press join