Tanks was a 2D C# game made in Windows Forms. This was an individual project assigned early in my first year. The point of the project was to code out a tank game where one player controlled the red tank while another controlled the green tank.
We had to manipulate the windows forms with our newly found knowledge of object oriented programming. In the end, I was able to implement not only the base features (collisions, movement, ect..) but I was also able to implement map editing allowing multiple maps to be made and used.
This project was our first real project here at game design and development program. It was a positive learning experience, but I don't think I'll ever be using Windows Forms to create a game like this again.