Game Engine 2025 - Run N Gun
[java source] Game Engine Part 5
Collision detection was added along with a Shootable object class.
[java source] Game Engine Part 4
The entire code base is reposted here. This update centered on time control and delay counters.
[java source] Game Engine Part 2
The projectile class is made usable and an ArrayList of projectiles is added to the game along with loops added to update the physics and graphics of every projectile in the ArrayList.
[java source] Game Engine Part 1
The basic structure of the applicaiton is built focusing on layout layering, the game timer and organization.