


Promising start, but it really needs more than just one level. The current level needs redesigning as well, because at the moment half the screen space isn't utilized and you spawn right on top of a spike, which can kill you several times before you realize what's happening if you're not expecting it. Promising, though! I hope to see more of this!



If it will help you, MR, always calculate things to grids when they are static objects and all of the same size. In this case, use PICO's MODULOS function "%" to align comparisons with objects that are all exactly 8x8 pixels in size.
cls() for i=0,127 do if i%8==0 then print("i="..i.." aligned !") repeat until btnp(4)==true repeat until btnp(4)==false else print("i="..i) end end |
[Please log in to post a comment]