Skip to content

d1maxa/blobbyvolley2

 
 

Repository files navigation

Blobby Volley 2 Build Status

The head-to-head multiplayer ball game

This version for 2x2, 3x3, 4x4 game (making code possible for 4 vs 1 etc)

Website

http://blobby.sourceforge.net

http://blobbyvolley.de

System requirements

Either Windows 2000 or later, Linux or MacOS

Dedicated Server

The "Dedicaded Server" runs with a Gamespeed of 100%, which means 75 FPS

The Port for the Server is 1234.

Source Code

Clone the git repository:

git clone https://github.com/d1maxa/blobbyvolley2.git

Build under Debian-based Distros

  1. Install dependencies:
apt-get install g++ cmake libsdl2-dev libboost-dev libphysfs-dev
  1. Compile:
cmake .
make
  1. Run:
src/blobby

Build under Windows 7 or newer and Visual Studio 2015 Update 3 or newer

  1. Install vcpkg by following the instructions: https://github.com/microsoft/vcpkg/blob/master/README.md

  2. Install dependencies:

.\vcpkg install sdl2 boost physfs
  1. Use dependencies by following the instructions: https://github.com/microsoft/vcpkg/blob/master/docs/users/integration.md
  2. Compile and run

Build under Windows using MINGW (I use this method)

https://gist.github.com/d1maxa/8a93d39ccb8a1a6f4cd1717ee67d93ee

Build under MacOS

  1. Install homebrew by following the instructions: https://brew.sh

  2. Install dependencies:

brew install sdl2 physfs boost
  1. Compile:
cmake .
make
  1. Run:
src/blobby

Credits

See AUTHORS

About

2x2 mode for blobby volley 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.8%
  • C 26.5%
  • Inno Setup 11.2%
  • Lua 9.2%
  • CMake 0.3%