Uploaded October 2025 | Updated September 2026, 2 weeks ago
I had wanted to experiment with vertical scrolling so I made a new binary to play with so I wouldn't have to experiment on an existing game. I had this idea floating around for a while involving going up and down underground.
I have been wanting to make a maze style game but with a twist. My thoughts are having a few screens. I will have the meerkat above ground doing things and then going below for some maze action.
Now i have the basic scrolling idea made but am wondering if I were to make pellets you collect how I could possibly remember what pellets are collected. I could potentially use the stack to store the coordinates of x-amount of dots and as you collect the dot change the value in the stack.
I had wanted to experiment with vertical scrolling so I made a new binary to play with so I wouldn't have to experiment on an existing game. I had this idea floating around for a while involving going up and down underground.
I have been wanting to make a maze style game but with a twist. My thoughts are having a few screens. I will have the meerkat above ground doing things and then going below for some maze action.
Now i have the basic scrolling idea made but am wondering if I were to make pellets you collect how I could possibly remember what pellets are collected. I could potentially use the stack to store the coordinates of x-amount of dots and as you collect the dot change the value in the stack.










