Nuclear Defense

Nuclear Defense is a combination between a tower defense game and a platformer. The game can be downloaded here. I created it using Monogame, a game framework based on XNA (Microsoft’s old game framework). The game relies heavily on an open-source project of mine called...

Intuitive GUI for Monogame

See the Github page here The goal with this project was to create a GUI framework for Monogame that easily allowed natural keyboard and mouse input, and made menus easy to build. I took inspiration from the way WPF works, because when I first started...