Paint wars

2015
C#
Windows Forms

Simple 2D game written in C# and Windows Forms. One of my first programming projects made for a school assignment in October 2015. While simple in nature, the project features custom entity collision detection, particle physics, enemy AI and a chunk based, randomized, repeating world. An entirely separate Windows Forms application was used as a world editor to design the world chunks.

Source code and a playable build are available at the GitHub repository.

Back to projects