general in GameMaker Studio 2

Share your creations!
Loading...

For day 762 of coding, I have redesigned the tree resource and included it in the resource spawning code. I do need to refine the code to prevent overlapping, and also improve detection

Loading...

For day 760 of coding, I've applied the fixed direction to the exit as well

Loading...

For day 759 of coding, I made it to where the player will go in a fixed direction upon going further in the maze. Tis is to avoid getting trapped in the trees once in the next room

Loading...

For day 758 of coding, I have put in a code that stops the rock spawning early if it starts to go into an endless loop

Loading...

For day 757 of coding, I have gotten to rocks to spawn in more random spaces

Loading...

For day 756 of coding, I have manage to have the rocks not overlap each other when they spawn

Loading...

For day 755 of coding, I have rocks spawning in now. I will need to adjust to have them spawn in the right spots, and not have them cluttered together

Loading...

For day 754, I am currently working on having some objects spawn in the maze now; though I haven't yet made enough progress to show it in action

Loading...

For day 753, I made sure that the room number tracker goes up with each pathway traversal. The count will reset upon leaving the maze

Loading...

For day 752 of coding, I think I got it to where the exits will spawn further away from each other