This post is a portion of my mini-series on Object Oriented Game Development using the Allegro 5 library. You can see all of the posts by going to http://fixbyproximity.com and clicking the “OOP Game Development” button at the top of this site.
Full Game Source Here
Videos in the Series:
- Object Oriented Game Development – Intro
- Object Oriented Game Development – Part 1
- Object Oriented Game Development – Part 2
- Object Oriented Game Development – Part 3
- Object Oriented Game Development – Part 4
- Object Oriented Game Development – Part 5
- Object Oriented Game Development – Part 6
- Object Oriented Game Development – Part 7
- Object Oriented Game Development – Part 8
When i add BG & Explosions, the text on top right does not show up anymore! What could be going wrong! i.e the Lives and Score!!
The text is being drawn before the background. Therefore, the background is covering it up.
Oh yes, that solved it!
My explosions seem to wiggle side to side very slightly. Do you know why they would do this?
frame width and / or frame height are off