Clicker Game

This is a game I made in 2015 for a friend who kept cheating in Cookie Clicker by using auto clickers.

This game is made in C# and the MonoGame framework.

Gameplay

The point of this game is to click the cookie and gain cookies. These cookies can be used to purchase buildings which will increase your cookie amount over time.

Gameplay

Code

For this project I created a Button UI class which I have used in a few other MonoGame project, such as Duck - The Rip Offering.

Button Class