Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 659 Bytes

File metadata and controls

18 lines (14 loc) · 659 Bytes

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