Skip to content

MartGon/BlockBuster

Repository files navigation

Block Buster

Description

Block Buster is a minimalist multiplayer voxel first-person shooter. It features 4 different game modes, 7 different weapons, its own game map creation tool and match making server.

Screenshots

gameplay-1

gameplay-2

editor

menu

Playing

Click here to download a Windows build from itch.io.

Map Editor

You can find more detailed information about the Editor application by clicking here.

Match Making Server

Unlike this project, the Match Making Server is made in Rust. Click here to check its repo.

Build Requirements (Client/Editor)

In order to build properly the client or editor application, you will need the following libraries:

And the following tools:

Build steps (Linux)

  1. Install the required libraries
  2. Clone this repository
  3. Create a build directory

mkdir build && cd build

  1. Run CMake

cmake ..

  1. Run Make

make -j 4

Software libraries used in this project

About

This whole project took exactly one year to complete. Started on 23rd April 2021.