A Game About Projectile Trajectory
About
Introduction
Enemies are approaching your base. You have a cannon and must use it to destroy them. Use the enemy's position, velocity, and acceleration to calculate the required angle and force to hit them. You can also guess. Trial and error is a valid scientific approach.
Challenges
You will be faced with two types of enemies and three types of enemy movement.
Enemies
- Tank - moves along ground
- Jet - flies in air
Movement
- Position - the enemy will be in a single spot and will not move.
- Velocity - the enemy will be moving at a constant speed.
- Acceleration - the enemy will be moving and speeding up.
Replayablity
Enemy placement is random, each time you play a level the enemy will be in a different spot.