Giter Site home page Giter Site logo

multiogarblobpublic's Introduction

MultiOgarBlob

Ogar game server with fast and smooth vanilla physics and multi-protocol support.

Current version: 1.2.69.2

Install

Windows:

  • Download and install node.js: https://nodejs.org/en/download/ (64-bit recommended)
  • Download this repository as zip to your PC
  • Unzip MultiOgar code into some folder
  • Start command line and execute from MultiOgar folder
npm install

and run the server:

cd src
node index.js

Android/Linux:

# Install from Google Play Termux and run it

https://play.google.com/store/apps/details?id=com.termux

# Update package list
apt-get update

# Install nodejs and git:
apt-get install nodejs git -y

# Clone this repository:
git clone git://github.com/F0RIS/MultiOgarBlobPublic.git

# Install dependencies:
cd MultiOgarBlobPublic
npm install

# Run the server:
cd src
node index.js

# Add bots by typing next command
addbot 50

# To see all comand type
help

# Next time to start server you need do only 
cd MultiOgarBlobPublic/src
node index.js

How to change game mode

# To do that you should execute next command
node index.js -m <number>

Where number is 1 - Teams, 2 - Experimental, 3 - InstantMerge, 4 - OldCrazy 5 - SelfFeed

# For example:
node index.js -m 3

Will run server with InstantMerge game mode

How to connect from Blob:

# Run Blob
# Tap on ip and then make long tap on "Save ip for this session"
# IP will be changed to 127.0.0.1:1111
# Click Ok
# Click Play

How to play with friends who on same Wi-Fi

1 Find out your Wi-Fi IP address:

You can check it in Settings > About > Status. There are can be a lot of addresses, choose something similar to 192.168.0.X or 192.168.1.X

2 Run server
node index.js
3 Give that IP address to your friends:

Don't forget add port number at the end, for example - 192.168.0.5:1111

Run Blob and play

How to play with friends without any available Wi-Fi network

1 Create Wi-Fi hotspot on your phone and ask your friends connect to it
2 Find out your hotspot IP

You can check it in Settings > About > Status. But that screen can show your internet address which isn't your hotspot address

So if you still need your hotspot address, execute in termux next command

ifconfig | grep "inet addr"

Choose IP address which is similar to 192.168.43.1

3 Run server
node index.js
4 Give that IP address to your friends

Don't forget add port number at the end - 192.168.43.1:1111

5 Run Blob and play

multiogarblobpublic's People

Contributors

f0ris avatar valdex avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.