Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 662 Bytes

Feuerkraft

Feuerkraft is an incomplete 2D top-down tank battle game with some inspiration from games like GTA or Operation Flashpoint. It is not in a playable state, but it allows you to run around and get into vehicles.

The Feuerkraft webpage is located at:

Compilation

Feuerkraft requires ClanLib-1.0 and Guile-1.8, these can be installed in Ubuntu 15.04 with:

sudo apt-get install libclanlib-dev libguile-1.8-dev

Compilation is done via cmake:

mkdir build
cd build
cmake ..
make

Screenshots

Screenshot