TopoR1 / MultiOgarII

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiOgarII

MultiOgarII is a FOSS agar.io server implementation that is based upon the work done by Barbosik.

Usage

Before the server can be used you need to install NodeJS onto your machine. Instructions for which are available on the NodeJS website linked above.

Running

The server can be ran by executing the following commands in a Linux terminal or a Windows Command Prompt. This is assuming that you're in the root of the project directory.

# install modules
$ npm i

# change directory
$ cd src

# start server
$ node index.js

About

A continued version of the original MultiOgar, an open source Ogar server implementation written with Node.js.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%