Let's Code: Oreo Clicker Game (GameMaker Studio) | Part 2 of 2 - androidgamestore.net

Let’s Code: Oreo Clicker Game (GameMaker Studio) | Part 2 of 2

Sharp Programming
Views: 10666
Like: 98
In this video tutorial serie, we make a cookie clicker copy game, called Oreo clicker, I’ve provided the sprites and backgrounds below for download on Mediafire. If you are new to Gamemaker or not yet acquainted with Gamemaker, then please follow along and enjoy, I hope this will help you to broaden your understanding of Game development!
__________________________________________________________________
Partner With Freedom through me:
Playlist Link:
Follow me on Twitter:
__________________________________________________________________

The Oreo Clicker game is my first GameMaker Studio project on video. I give it my best try to make a succesful game that everyone can follow, so if you are new to Gamemaker studio, or not yet acquainted with Gamemaker studio, this video series is a simple way for you to follow, and get a basic understanding of how this software works, and how it can perform.
Ore clicker is a fun little project that I hope everyone can see the fun in, And do not worry, I know that clicker games are absolutely toxic and way over done. but the uses for these games in understanding game development it great! It is a numbers game, which forces the developer to deal with variables and in this case, globals. It also forces art work to be done, to truly display what this game is.
It forces the developer has to understand much, and all that makes up a basic understanding of development, and a developmental process.

As we speak, this project has been finished, but will not be provided as a download, as that would be intruding on the Oreo brand, which is the last this that I would want.

* Disclaimer: This project is neither my original idea, as clicker games have been made for years. I am in no way associated with the Oreo brand, in any way, and do not claim any rights to the Oreo brand.

Sprite & Background Pack Download Link:

Thank you for downloading the pack, I hope this ‘art’ that I’ve made here for you, can help you out in future, and by all means, pass it on to anyone who would want to use it for anything. It is mine, but I do not attempt to restrict the use of it in any way.

23 Comments

  1. help me, i'm breacking my head with this, in the shop don't show the itens, please read this

  2. how do I give the cookie clicker a limitfor instance, I want to click the cookie 10 times and then go to the next roomHow do I do that?

  3. please, make more gameMaker videos! 😀

  4. Hey one issue I'm having when I go into the shop it resets my score to 0 I'm not sure if I missed a step or not I went back and couldn't find or I'm just blind plz help PS:Loved the GameMaker Lessons

  5. It would be amazing just to make 1 more part just to add simple things +1 when you click the oreo, achivements, sounds effects when clicking, little oreos falling from the sky when clicking, shop being to the side instead of having to click it. I just found this channel and its amazing to say the least!

  6. Just thought I'd mention that the brackets around everything in each section of code aren't necessary. It still works perfectly fine without them.

  7. +Sharp Programming I have tried this on the newest Game Maker. And sadly it doesn't work. ;c
    Please could you send me a download link of the game via twitter? Twitter name is: @TheUniPiggyRBLX
    Thanks.

  8. I have a problem where if I had the score of 10 I can buy an Item for 10 Million. I'm not sure if it you fixed it but I watched the video twice and I mightve missed can you please help? Thanks.

  9. Hello,

    When I get a thousand it wont show the "K", whats the problem? Please help

  10. Okay I solved the price problem too, but still cant see the letters

  11. Now I can see numbers at my global money, but cant see at the purchasable items..

  12. WOOW, super tutorial. Thanks a lot, man 😉

  13. i have a bug idk why
    action number 1
    of Step Event0
    for object obj_tenx:

    global variable <unknown built-in variable>(-1610512730, -2147483648) not set before reading it.
    at gml_Object_obj_tenx_StepNormalEvent_1 (line 2) – if(global.tenx.price >= 1000 && global.tenx_number_count = ""){
    ############################################################################################

  14. How would you add an "Oreos (cookies) per second" feature? I don't even know how to start with that :/

  15. Unity is literally THE EASIEST WAY to make a clicker game… Game Maker Studio is bad… In my opinion !!!

  16. sharp, can you help me with this error

    global variable <unknown built-in variable>(-1610512730, -2147483648) not set before reading it.
    at gml_Object_obj_tenx_StepNormalEvent_1 (line 2) – if(global.tenx.price >= 1000 && global.tenx_number_count = ""){
    ############################################################################################

  17. hey sharp, wrong thing i messed up, this is what the message said

    ############################################################################################
    FATAL ERROR in
    action number 1
    of Draw Event
    for object obj_tenx_price:

    global variable <unknown built-in variable>(-1610512732, -2147483648) not set before reading it.
    at gml_Object_obj_tenx_price_DrawEvent_1 (line 2) – draw_text(50,60, "Cost: " + string(global.tenx_price));
    ####################################################################

    Help?

  18. A car factory game tutorial would be interesting.

  19. Sharp i found this video helpful but my per second always stops everytime i change room, help?

  20. Hi, I loved your tutorial and it helped me find a way to teach how to build an idle game without over complicating the code. I have one bug where the tenx only shows K. So it costs 1k, 10k, 100k, and then shows 1k, 10k, 100k again, even though it costs 1m, 10m, 100m. Any idea where I might have missed something?

  21. Now change the aspect ratio and add some ads. Now upload and make money!

  22. Hey. did everything as in your oreo videos. In my store, auto-click costs 10k. although the letter should be "m".

Leave a Reply

Your email address will not be published.