![]()
The purpose of this assignment is to learn to - Organize data in two-dimensional arrays - Use enums to store information - Practice using nested for loops - Use basic OOP techniques
Complete the checkProjectileCollision() method. If a playerProjectile and an enemy are in the same location, delete both. If an enemyProjectile and the player are in the same location, end the game.