Jump into a post apocolyptic world!
This is a small 2d pixel art game. All textures, code, and sound effects/tracks are original content created and recorded by us. The graphics framework used to build it was SDL2.
All that needs to be done is for the SDL2 libraries to be installed on your linux machine and then run the compile line in Aftermath/src
SDL2 libraries must be installed, this can be done easily with one command lien arguement.
sudo apt-get install libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-mixer-2.0-0
To launch the game run the below command line arguement in Aftermath/srs
gcc main.c player.c background.c -lSDL2 -lSDL2main -lSDL2_image -lSDL2_mixer -lm -o main
- SDL - Graphics framework used
-
Calvin Stahoviak
-
John Arguyes