Tank Battle - C# phycics demo game
The goal of this project was to make a custom physics engine with my own collision detection & handling system.
To achieve this goal I learned the math behind 2D vectors, mainly trigonometry, and some laws of motion.