So after failing countless times I settled on a simple dice roller because I was short on time and my brain isn’t braining. Here is the basic website I made. Although when I find time again Ill try correcting whatever went wrong with the godot game
So after failing countless times I settled on a simple dice roller because I was short on time and my brain isn’t braining. Here is the basic website I made. Although when I find time again Ill try correcting whatever went wrong with the godot game
ok so I tried making a website about cars racing and the distance they move depends upon the random numbers the prng produces. this would allow for comparison between the three but i guess it doesn’t work so i ma try smth else. bellow are 2 hours of wasted time.
So today I completed the Quadratic Congruential Generator which is similar to the LCG except for the formula
So I continued the project and made the PCG generator . Now i will next make the QCG. I am also planning to integrate these scripts into website for a card game which generates a random card. But I’ll still have to think about it a little more.
So I followed a basic tutorial on youtube and made the LCG today. I will now begin researching how to make the other two since I didn’t find any youtube videos n how to make them.
So I made minigame 3 and also debugged it however i have to make the background still. In this minigame a hand tries to grab your player and you have to escape it. to show where it will fall a orange expanding circle appears. I will add some screen shake and walk cycle animations tomorrow and then finally make the winner and death scenes. And of course the background for minigame 3.
I fixed the bugs with minigame 1 and also added the timer on screen during the minigame. I also completed the second minigame except that there is some bug and it doesn’t load. I’ll try fixing it again tomorrow. unfortunately i forgot to take screenshots before closing Godot and i don’t want to open it again.
So this is devlog 2 and I am almost finished with the first minigame. I came to know that art is only given 1.5 hours max so i have halted on that for now and completing the game first. I am having a few problems with the code since my structure is a little different than the tutorial but I’ll fix it soon.
I am making the WarioWare game mission but I will be turning it into a horror game so I am also making my own sprites for it. For now I am using stand ins so that I can learn the code simultaneously