SIMPLEVADERS
It is unlikely that this holds interest for anyone but myself, however, it is my
first C program on a PC, from around 2008, and it is also my first attempt at a
computer-game, so it holds some nostalgic value for me.

DOWNLOAD
Source code: Simplevaders_0.8.1.tar.bz2 [simplevaders_0.8.1.tar.bz2] 389 KiB
(SHA256:c08b2c0bd8b60d4f5f3ec6c3a3af734553e17c9e1ad7610c9206774026cf4bf7)

COMPILING
Make sure you have g++ and gl/glu/glut/sdl/sdl_mixer and sdl_image development
libraries installed. (SDL1, not 2).

If the makefile is not working, try: g++ main.cpp -Wall -lGL -lGLU -lglut -lSDL
-lSDL_ttf -lSDL_mixer -lSDL_image -o simplevaders

INSTRUCTIONS
Objective: Shoot enemies, don't get shot.

Controls: up,down,left,right - Move your ship around.
ctrl - fire!
esc - quit

SCREENSHOTS
Screenshot 1 [1t.jpg] [1.jpg]Screenshot 2 [2t.jpg] [2.jpg]Screenshot 3 [3t.jpg]
[3.jpg]Screenshot 4 [4t.jpg] [4.jpg]Screenshot 5 [5t.jpg] [5.jpg]Screenshot 6
[6t.jpg] [6.jpg]VIDEO
Gameplay video on youtube.com [https://youtu.be/cvGnvw4gLvw]
--------------------------------------------------------------------------------

Last edited: 2022-09-14 - No need for a disclaimer, I've done nothing wrong!

<‐ Back [/]