Cookie Clicker Clone
To start i watched the tutorials first so i had a understanding of what i was going to do. i then went back to the first video and started to follow the right steps.


the first script that was made was how much money is made per click, making sure i followed the tutorial correctly, i filled in the correct details to match my game. Once this was done i saved it and went back into Unity and allowed it to process to see if there was any errors. since there wasn’t any i then tested the game to make sure the counter increased. Once the script was made i attached the script to the button for make money.

The next script was for buying upgrade 1 which allows the player to make more money per click. As they increase the amount earned per click the price of the upgrade will increase too. Again followed the tutorial and made sure the information fitted to my game. Once the script was made i attached the script to the button for upgrade 1 i also added in a text button which would tell the player information about the upgrade. i also had a couple of errors to correct for this script.

The next script was for buying upgrade 2 which allows the player to multiply the amount of money made per second. As they increase the multiplier the price of the upgrade will increase too. Again followed the tutorial and made sure the information fitted to my game. Once the script was made i attached the script to the button for upgrade 2 i also added in a text button which would tell the player information about the upgrade. Again i had a couple of errors to correct for this script which needed fixing.

The last script i made was the auto money script. this meant that even when the player was not clicking money would still be generated this was set at one per second but like i mentioned in the last paragraph they can increase that using the upgrade.

this waas the game once it was finished.
