I haven't been this scared in a while, this isn't even cheap horror, it's really well-made psycological horror. It's a pretty realistic sci-fi scenario.
bartholomheow
Creator of
Recent community posts
Thanks! In the updated version I added a debugger, (for now you can find it at https://www.newgrounds.com/portal/view/991386, but I'll update here when the jam ends). It helps because without it it's difficult to understand what you did wrong, even though I don't know if it would make it easier to understand how to nest loops .
(if I write it indented, even though it's not necessary, it would be something like
repeat 2
repeat 2 move right end
repeat 2 move right end
end ).
I wasted a lot of time trying to make an interpreter for the commands, but it wasn't very easy, so it's actually transpiled to lua, you can see the similarities if you know the language :)
Making understandable ux was pretty challenging, when the jam ends i'll try to fix some stuff, a debugger would be very important to add. An example of repeat use would be "repeat 2 move up end", if you did something similar and it didn't work it's probably due to a bug where you could place multiple tiles over each other. So you have more tiles but you don't see them and it leads to errors. I've fixed it but for now I can't update :/ still, thanks for playing.











