The head-to-head multiplayer ball game
This version for 2x2, 3x3, 4x4 game (making code possible for 4 vs 1 etc)
Either Windows 2000 or later, Linux or MacOS
The "Dedicaded Server" runs with a Gamespeed of 100%, which means 75 FPS
The Port for the Server is 1234.
Clone the git repository:
git clone https://github.com/d1maxa/blobbyvolley2.git
- Install dependencies:
apt-get install g++ cmake libsdl2-dev libboost-dev libphysfs-dev
- Compile:
cmake .
make
- Run:
src/blobby
-
Install vcpkg by following the instructions: https://github.com/microsoft/vcpkg/blob/master/README.md
-
Install dependencies:
.\vcpkg install sdl2 boost physfs
- Use dependencies by following the instructions: https://github.com/microsoft/vcpkg/blob/master/docs/users/integration.md
- Compile and run
https://gist.github.com/d1maxa/8a93d39ccb8a1a6f4cd1717ee67d93ee
-
Install homebrew by following the instructions: https://brew.sh
-
Install dependencies:
brew install sdl2 physfs boost
- Compile:
cmake .
make
- Run:
src/blobby
See AUTHORS