Raiden Infinity is a 2D vertically scrolling shooter game made with a custom engine in C++.
Raiden Infinity is a 2D vertically scrolling shooter game made with a custom engine in C++. In this game, I implemented background scrolling which adjusts based on the speed of spaceship, sprite animation for enemy explosions and spaceship speedup thrusters, bullet manager to handle all the bullets for enemy and player and I also implemented collision detection box as well.