as a person who only made simple games in scratch while in school, this is incredible. i didn’t know that you could make games this cool and complicated.
I accually found a better or similar cookie clicker that is VERY realistic and quite similar to the real thing, but I think your version is very solid!!! I as a medium-senior scratch developer about a year ago I did my own cookie clicker, it was a LOT less polished abd it had many blocks. What If you would try to get as closer to the real thing as possible, I mean like doing the whole thing and doing some 5k blocks. The things that I think you could do more would be a simple save sistem, ascending cookies and achievements, in case you need to know I know how to surpass the JSON limit on scratch, I told BenjaminWins11 and he managed to do mario maker 4! If your interested in surpassing the JSON limit and being able to put about 4k more blocks (about 28k in total) so pls reply if you wanna know!!! Anywaais great vid!
The thing is that this game was dedicated to video rather than video being dedicated to game. I don't know if you know , but I have project with 28500 blocks and still have a lot of space. The project of BenjaminWins11 is pretty unoptimized in terms of block count thats why he has 30k blocks. When I said I was senior scratch developer , that wasn't a joke, I could make anything if I had a reason, but for this project, I kept it at 500 blocks , because I don't want to spend 2 months creating worse version of existing game.
@@ggenije oh OK, also I currently Consider myself a Intermidiate scratch developer, I can do cool stuff but nothing compared to you, do you have any tips on improving? I have been improving and scratching for over 2 years now so I would love some tips lol
I think it's good to follow the Variable Rules. For naming variables in Scratch, it's the best to use UPPERCASE names for ALL SPRITES, but lowercase names for this sprite only variables.
Thanks! The video quality is much worse compared to my new videos (including the one I'm currently making). I always want to maintain the ratio of quality of video and thumbnail, maybe someone wouldn't want to sub if they clicked on my worst video, if you understand what I mean.
If you want a button to click that increases something slower and slower each time use logariths (log10) which increases by 1 every time you multiply 1 by 10. The things in between are irrational numbers. The natural log (ln) has the base of e, a number that repeatts forever. so if you were to take the natural log and put e in it. it would look like this. ln(e). The answer is 1, because any logarithm that has a base of n and has an input of n is going to be 1. For an input of n^2, it will be 2. For sqrt(n) it will be -1.
i need to get used to using pen extension. im good with everything else but i still use clones too much. like one time i made a scorlling survival game and i made the mistake of having every object in the game not only being clones but they are all there at the same time instead of deleting them when they are offscreen and storing their data in lists.
to anyone reading this, around 5:30 I think he overcomplicated things. Instead of trying to make your own collision system, you can have the MAIN SPRITE check for collisions.
You can do it in like 20. Most of the work is just making the actual sprites for each letter. Sorry I'm a whole year late, sure you figured this out already if you cared still.
The only problem I have with stamps is that its really low quality. especially when you have little particles. But you could use turbowarp for better quality.
Number 3 of not use clones is not a problem just add a wait 0 seconds in the built sprite and put the wait 0 seconds on top of all the delete clone block.
Make lists storing coordinates , costumes, or other data , and then for drawing each frame, erase all, and draw them using that list data by checking each element.
I hope the people of scratch that will eventually graduate to Giga Chad programing language, break the habit of not using “clones” as they are not ineffective, scratch is a little silly but I do like the fact that schools have not blocked it and it’s got big community. Also cool vid
For those who wanna improve their 500 blocks/5k blocks coded clicker game, add an operator if currency(money) less than (the price of the upgrade price) then set colour effect ghost to 100
this is completely irrelevant but I just tried to host a school rp in wcue and people kept leaving like istg those roleplays start and end so fast the people who join them have ZERO patience
3 reasons of why not use pencil: 1: Pencil-rendered things cant rotate, unless you are rotating the sprite. 2: Pencil-rendered things cant move, unless that your sprite is moving. 3: Pencil-rendered things cant use variables, only sprites and clones can. You can use turbowarp if you think clones arent enough.
Hey! Sorry if someone already asked this, but how did you get the block counter on the top bar of your screen? Thanks for taking the time to read this.
I have a scratch mod which is called penguin mod, I didn’t know it wasn’t blocked on my school computer and BOI do you know it’s a nightmare running this on a slow Chromebook. also the normal scratch is blocked in my school :(
Bro I was like: 'No way this is so good! How many subsrcibers does he have? ''it has to be over 500k''' 156!?!?!??!?!?! nah bro u do so good content! Keep it up!
after 2 weeks of work, ~500 blocks, my cookie clicker game got... 0 views🙁. ive tried so much to get someone to play my games but failed. they arent that good🙁
as a person who only made simple games in scratch while in school, this is incredible. i didn’t know that you could make games this cool and complicated.
This is nothing compared to my other games 🙃 just search vectoid td 3d
someone made raytraced minecraft in scratch :3
@@ggenije yeah at school me and my friends played vectoid 3d all school year last year :) truly underrated
@@ggenije how do you make your vids
THATS ME
You can use 500 block to make an interpreter that reads data from lists and runs it and you can program any game.
I once made game with only 61 blocks doing that. I should make video on it 🤔
I did something like that too, but people could write their own levels in a list value and my code could interpret it.
@@ggenije yes
@@ggenije please do its been a year since this reply
@@ggenije yes pls
hey I just want to say this is amazing, you managed to make this with only 500 blocks!
@da_nerous*thats not even near lot*
normal complicated games have at least 1500 blocks or smth☠
I have the power
ggenije: the maximum blocks is 500
meanwhile griffpatch: *HOW DARE YOU INSULT ME*
I have 28500 block project , and in another project I have 17000 blocks in just one sprite 🙃
your computer has a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
@@ggenije but scratch has no limit
@@ggenijeWhat project?
@@TheAmazingAnimator Vectoid TD 3D & Crystal Seeker 3D platformer
Damn I can't believe the scratch legend ggenije has a yt channel now, can't wait for this channel to blow up
Yep, i hope he does blow up!
No way you don’t have more subscribers, you’re being robbed!! Amazing video honestly!
Thanks! They will be even better in future.
your energy is infectious! i’m totally motivated now!
Unrelated, but the “who are you” at the end of that amazon kid ad i just watched was very uncanny
I accually found a better or similar cookie clicker that is VERY realistic and quite similar to the real thing, but I think your version is very solid!!! I as a medium-senior scratch developer about a year ago I did my own cookie clicker, it was a LOT less polished abd it had many blocks. What If you would try to get as closer to the real thing as possible, I mean like doing the whole thing and doing some 5k blocks. The things that I think you could do more would be a simple save sistem, ascending cookies and achievements, in case you need to know I know how to surpass the JSON limit on scratch, I told BenjaminWins11 and he managed to do mario maker 4! If your interested in surpassing the JSON limit and being able to put about 4k more blocks (about 28k in total) so pls reply if you wanna know!!! Anywaais great vid!
The thing is that this game was dedicated to video rather than video being dedicated to game. I don't know if you know , but I have project with 28500 blocks and still have a lot of space. The project of BenjaminWins11 is pretty unoptimized in terms of block count thats why he has 30k blocks. When I said I was senior scratch developer , that wasn't a joke, I could make anything if I had a reason, but for this project, I kept it at 500 blocks , because I don't want to spend 2 months creating worse version of existing game.
@@ggenije oh OK, also I currently Consider myself a Intermidiate scratch developer, I can do cool stuff but nothing compared to you, do you have any tips on improving? I have been improving and scratching for over 2 years now so I would love some tips lol
@elithelegobrick I always learn by setting a goal in form of a game I want to create, then I do my best to create it.
I think it's good to follow the Variable Rules.
For naming variables in Scratch, it's the best to use UPPERCASE names for ALL SPRITES, but lowercase names for this sprite only variables.
I use prefixes , # for global , ~ for local , also first letter of global is uppercase and vice versa.
I don't follow that if the project is simple.
Guys, I think he might be a Senior Scratch Developer, I don't know why, maybe it's just a gut feeling.
He is one of 3D games gods
As a junior scratch developer, I can see this guy is a senior scratch developer
great vid
Ayo this video is way to underrated, it deserves 100k views, you sure the thumbnail is OK?
Thanks! The video quality is much worse compared to my new videos (including the one I'm currently making). I always want to maintain the ratio of quality of video and thumbnail, maybe someone wouldn't want to sub if they clicked on my worst video, if you understand what I mean.
all of the problems you have with clones can be fixed with turbowarp and turbowarp extensions
but you cant log in to turbowarp and have a scratch library there + less ppl see it
1:13 what does the debugger blocks do?
Write text in external log. So, when you want to check the value of something in a specific part of the script, you log that value.
@@ggenije thnx
Can you explain logarithms and their use in coding in scratch?
If you want a button to click that increases something slower and slower each time use logariths (log10) which increases by 1 every time you multiply 1 by 10. The things in between are irrational numbers. The natural log (ln) has the base of e, a number that repeatts forever. so if you were to take the natural log and put e in it. it would look like this. ln(e). The answer is 1, because any logarithm that has a base of n and has an input of n is going to be 1. For an input of n^2, it will be 2. For sqrt(n) it will be -1.
@@MysteriousObjectsOfficial my brain broke
wow, you're the guy who made those impressive 3d games
i need to get used to using pen extension. im good with everything else but i still use clones too much. like one time i made a scorlling survival game and i made the mistake of having every object in the game not only being clones but they are all there at the same time instead of deleting them when they are offscreen and storing their data in lists.
hi
I also have the same problem ;(
can you give link to the simple one im trying to remake it
to anyone reading this, around 5:30 I think he overcomplicated things. Instead of trying to make your own collision system, you can have the MAIN SPRITE check for collisions.
I use clones for windows in my os project so buttons doesn't get clicked through, but the max amount of tasks is 300
I didn’t know you also made yt videos, you made some of the most impresssive games on scratch ever ngl
Great video! I know you were worried about the accent but I thought it was fine!
did you know,that C418 maked music for cookie clicker?
yes
nice
@@shoppingcart69420
Made*
@@NoLife555maked not made
@@Adam46221no its made, maked is present tense, and made is past tense, so he is correct
How tf do you make a custom number/text maker without 5 quantamagillionillion blocks????
You can do it in like 20. Most of the work is just making the actual sprites for each letter. Sorry I'm a whole year late, sure you figured this out already if you cared still.
i thought you meant program scratch like its cookie clicker, i saw a lot of cookie clickers and in fact i can make one as good as that one
0:38 did he just jumpscare me with a supertux ost
😂😂😂😂😂
Guys, I think he’s a senior Scratch developer
The only problem I have with stamps is that its really low quality. especially when you have little particles. But you could use turbowarp for better quality.
I am here to entertain myself with a senior scratch delvolper making cookie clicker
never thought a SCRATCH game could be this complex. wow.
ima think twice about using clones, or ima not but list are now my favorites
for reasons not to use clones, lack of control can be fixed by wait 0 seconds, it seems silly, but it takes 1 frame, even though scratch is 30fps.
But, how would you detect if clone have, for example, two pierce and destroy two enemies.
I made a complex engine for stuff like this is like 30 blocks. Total with a few things is 50 blocks. Its highly modular
Great video and editing :)
How to add a click detection system to pen stamped stuff?
Math collisions , custom event system
as someone who is lazy and makes complicated projects to then abandon and never update, I can confirm this is on scratch.
I have never used lists; I do not know what there purpose is
I made a ui system that shrinks and bounces back up when I click it
Number 3 of not use clones is not a problem just add a wait 0 seconds in the built sprite and put the wait 0 seconds on top of all the delete clone block.
But hownwoukd you make a bullet pierce, so it damages exactly 2 enemies?
Scratch was a pixel sofeware 8 years after flash/animateCC but now its a whole new popular growng sofeware that is even used for schools😢
what names are the varibles in 50 blocks?
ples what is the music at 11:32
in kookarooland
thank you
hiyah ggenije, i need to know how to change clone to pen, and i don't know how i do it, and the foruns are down so i can't see how to
Make lists storing coordinates , costumes, or other data , and then for drawing each frame, erase all, and draw them using that list data by checking each element.
@@ggenije oh thanks
“Why not simply run the objects using pen extension” pen draws on top of the backdrop and can’t be used for games with any kind of map
Cus Block limit
Pen draws on the very back and can’t be used for like idk anything with a map that’s not the backdrop
I would only use pen if the whole game is in pen
this game has a more complicated code with only 500 blocks than my not really complicated but 1280-blocked project
I hope the people of scratch that will eventually graduate to Giga Chad programing language, break the habit of not using “clones” as they are not ineffective, scratch is a little silly but I do like the fact that schools have not blocked it and it’s got big community. Also cool vid
ggenije i have a question how can you make booleans false because im making a cuphead project
Booleans are just variables with only two values true(1) or false(0) , just set them to that value. To check boolean , use = block
thank you@@ggenije😭😭
what is the cookie color palet ?
I know you want to add only the essentials of the project but WHERE SUGAR LUMP
For those who wanna improve their 500 blocks/5k blocks coded clicker game, add an operator if currency(money) less than (the price of the upgrade price) then set colour effect ghost to 100
I’m not convinced. I’m still using clones over stamps.
could you show us how the advanced pen code works? I would love to use it and I'll credit with a link to ur channel
How do u do aabb collision in scratch!!?!??
See inside project
this is completely irrelevant but I just tried to host a school rp in wcue and people kept leaving
like istg those roleplays start and end so fast the people who join them have ZERO patience
this vid made me go back to my old cookie clicker game and fix it lol
How do you get the pause button and the debugger
Scratch addons browser extension
@@ggenije thank you
cookie clicker is about the exploitation of the apocalypes that you could stop but you dont for just making more cookies
how do i even reder stuff like
im dont even know how to do that?
What add on are you using
What about clone id
i dont know how to make collision WITH PEN EXTENSION LIKE WHAT THE FU- (please teach me)
Search aabb collision and circle collision
3 reasons of why not use pencil:
1: Pencil-rendered things cant rotate, unless you are rotating the sprite.
2: Pencil-rendered things cant move, unless that your sprite is moving.
3: Pencil-rendered things cant use variables, only sprites and clones can.
You can use turbowarp if you think clones arent enough.
If I can't use more sprites, clones, or pen, then what am I supposed to use?🤔
I use pen. I use clones for block challenges and prototypes and multiple sprites for complex collisions in scrolling levels.
but what's the point of pen if it can't move?@@ggenije
500?! if I made this it would take me 2000 blocks!
How did you do that block search?
It's browers extension "Scratch addons.".
Hey! Sorry if someone already asked this, but how did you get the block counter on the top bar of your screen? Thanks for taking the time to read this.
Scratch addons browser extension
@@ggenijethank you!
I have a scratch mod which is called penguin mod, I didn’t know it wasn’t blocked on my school computer and BOI do you know it’s a nightmare running this on a slow Chromebook.
also the normal scratch is blocked in my school :(
Use turbo warp
@@Redlavado you think I have stupid, the exact same thing happens on turbo warp
@@Kirby7281well you didnt mention it
you forgot about another reason why clones are worse: clones are significantly more laggy then the pen feature and the stamp feature
How did you add prefixes! 😮😮😮😮
Can you pls send a link to the game
Bro I was like: 'No way this is so good! How many subsrcibers does he have? ''it has to be over 500k''' 156!?!?!??!?!?! nah bro u do so good content! Keep it up!
I have an important question, where did you find the images for the upgrades?
prolly just the wiki
after 2 weeks of work, ~500 blocks, my cookie clicker game got... 0 views🙁. ive tried so much to get someone to play my games but failed. they arent that good🙁
Link for the project
Awesome video!
links is disabled sadly :(
OMG! how did you make cookie clicker with just 5 blocks?
You only have 351 subscribers??? You deserver 10,000! for how smart you are.... i dont even know how scratch works lol.
He did hit it.. HE DID HIT IT.
@@strawberrizz._.a BRO DAMN THAT WAS 8 MONTHS AGO BRO I WROTE THAT I AM AN OG
@@AMunchkinCat yes you are👍
You can make gradients??!!! Man I should be using vector…
Make full version of cookie clicker in scratch
or just play cookie clicker on original site
normal people: click
ggenije: *effortless finger action*
The hardest part for me in scratch is organizing…
so scratch cat is cookie now
im impressed By the Game you made ! . btw is there a link for it ?
There is, but I can't post links because my youtube account is new.
This should work: scratch.mit.edu/projects/863782853/
YOU ALSO MADE THOSE 3D GAMES
u can prob make presteige with 5000 blocks
i use pen extensions instead of stamp evers time
to the clone limit problem try tuebiwarp
hey whats the background music (the name)
Great Video! I subbed
i made cookie clicker on scratch for a class at some point, its buggy as hell lol
cool vid best vid
I’m making a platformer hope this will help
No way this guy is *only* 2k.. nice vid
make one with 5000 blocks next time
Lol i made a project that sorts a list with a heck ton of sorts (for now only 2)
Wow so good!!
bro i agree with ur clone rant