This is free plinko web game inspired by the stake.com plinko one
pls vote for me in the summer of making hackclub event
PLAY IT HERE : https://chungusbungustus.github.io/Plinko/
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
TLDR: I finished the main plinko game but i still need to work on polish and stuff
I finished the main plinko game and also wrote some code to procedurally generate the block collection things and also made the money functional. I still have alot of things to do like making the money rounded to the nearest decimal becuase most of the time the money counter at the top has a number with alot of decimal places. I also need to do polish and add screen shake when you get a big number.
I made physics thing for collision between the white pegs and red balls. It was really easy to get a ball really far to the right or really far to the left. So I had to rig it and make it more difficult to get the big multipliers
I made the code to generate the pegs in this triangular formation and I also made collision detection but its quite buggy right now so it doesnt really work. Yes this took me 3 hours to make.