A downloadable game for Linux

Generic WW1 game (?) https://github.com/arf20/ww1game

This is my first SDL2 2D "game", very simplistic.

Typical trench warfare, you try to capture trenches.

Download

Download
ww1game.tar.gz 21 MB

Install instructions

Extract with

tar -xzf <file>

go to build/ and do

./ww1game

Do not move the files around, as currently the asset path is hardcoded.
Source is distributed along with the ELF binary executable, linked in Debian with glibc and SDL2. SDL2 runtime is therefore required, with SDL_img, SDL_mixer and SDL_ttf.