
Minimalistic Shooter
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
This is the game I made for Ludum Dare 26. I only had very limited time, so didn't set my goals too high. It works, though!
Controls:
Mouse - control player
LMB - shoot
W - move forwards
S - move backwards
I'm working on building for Mac OSX and Windows(and 32-bit Linux), but I needed to enter the game before the deadline.
PLEASE NOTE: The game might have a few bugs, I'll correct them tomorrow.
Also, if you're on Linux, it will sometimes not recognize libSDL_mixer.so in the lib/ folder, and you will have to execute this command:
sudo apt-get install libsdl-mixer1.2-dev
apt-get can be replaced by either pacman or yum
Controls:
Mouse - control player
LMB - shoot
W - move forwards
S - move backwards
I'm working on building for Mac OSX and Windows(and 32-bit Linux), but I needed to enter the game before the deadline.
PLEASE NOTE: The game might have a few bugs, I'll correct them tomorrow.
Also, if you're on Linux, it will sometimes not recognize libSDL_mixer.so in the lib/ folder, and you will have to execute this command:
sudo apt-get install libsdl-mixer1.2-dev
apt-get can be replaced by either pacman or yum