Idle Game - Part 1

0

Stats

4,533 visits, 5,929 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.

Published on 27 Apr, 2018. Last updated 19 Feb, 2019

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

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