All Posts in GameMaker Studio 2

Share your creations!
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

Loading...

For day 751, I made the exit placements more random. Now I need to find a way to not have them so close to each other sometimes

Loading...

For day 750 of coding, I have put in some code to randomize the possible placements. I may need to adjust as I cannot immediately tell if the randomization is working

Loading...

For day 749 of coding, I have fixed the looping issue

Loading...

For day 748 of coding, I am working on changing the end conditions on the exit placement loop. Right now, the code goes on an endless loop whenever it's called; but that will be fixed later

Loading...

For day 747 of coding, I am altering some of the exit placement code to better fit the randomized shapes of the rooms. So far, no discernable changes

Loading...

For day 746 of coding, I am currently working on a way to make the exit placements more randomized. I made some changes to the north placement, but I cannot immediately tell if it's working or not

Loading...

For day 745 of coding, I put in a way to determine how many pathways are available