Cheese-Games / Orbit

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

Home Page:https://orbit-cg.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://orbit-cg.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 82.6%Language:CSS 14.3%Language:HTML 3.1%