• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

stacks

  1. Pfap

    combining reals

    [SOLVED] I'm pulling values from a grid and then pushing them onto a stack to be pulled from later. I have 6 values and I'm trying to figure out if there's a way to combine them to form a pattern? a = 1 b = 2 c = 3 pattern = a+b+c I want to somehow end up with 123 and not 6. Or maybe a...
  2. W

    Legacy GM beginner question on ds_stack optimization

    Hello, in my maze project I am implementing recursion by using a ds_stack, in my grid I have a square that visits empty grid slots randomly and when it gets stuck it backtracks to the first available spot and goes a different way and repeats this until every empty grid cell is filled. (current...
  3. G

    Data Structures: Stacks

    GM Version: GM: Studio Target Platform: ALL Download: N/A Links: https://www.youtube.com/channel/UCsZZ1y6G3tOi4bzomr-W1uQ Summary: A tutorial covering the data structure ds_stack, pushing, popping, and destroying! Tutorial:
Top