Tagged Questions
2
votes
1answer
297 views
Space invaders clone not moving properly
I'm trying to make a basic space invaders clone in allegro 5, I've got my game set up, basic events and such, here is the code:
#include <allegro5/allegro.h>
#include ...