Idle Game - Part 1

1
  • 21 favourites

Stats

4,302 visits, 5,644 views

Tools

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Beginning

In this tutorial I will show you how to create an "Idle" game, similar to Cookie clicker!

Cookie

First let's add the "Cookie" which will be the object that you will earn the money

Objects

Let's go to the objects step now, you will need: Mouse, and if you prefer you can add a sound

Variables

You must add variables, put the name you prefer, but I will choose the names here: Cookie (Quantity of money), CookiePerSecond (Amount of money per second), CookiePerClick (Amount of money per click)

No need to add Cookie Per Click, only if you have upgrades to increase the click!

Systems

When you click on the cookie, it adds to the variable "Cookie", "CookiePerClick" (This needs to add because if you have upgrades, the number of "CookiePerClick" changes)

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!