
A platformer about a ninja cat with a grappling hook, where you die in one hit.
You have nine lives. Make them count.
How to play
- Jump with O/Z.
- Attack with X.
- Hit enemies while they're not looking to defeat them quickly.
[8x8] - Press the jump button in the air near a grapple point to grapple to it. (Press up while grappled to reel in faster)
[8x8] - Hit targets with a star to open a nearby door.
[8x8] - Once you get the sword, you can switch weapons by pressing DOWN or UP twice. (Current weapon is shown in the bottom left corner)
[8x8] - Use the sword to dash past searchlights without being caught.
[8x8]
At the end of most levels, break the case and steal the gem to finish. But don't touch the case, it's covered in electricity.
Also available on itch.io.
Changelog
Older Versions
P#78187 2020-06-17 10:03 ( Edited 2021-01-28 10:43)
All Comments


I like it! I just can't get past the first jump ;D
Wondering how you did audio filters, did you do stuff with peek/poke or something else?
P#79727 2020-07-21 18:50
:: cubee

1

@SmellyFishstiks
The filters in the debug menu were done using poke.
menuitem(2,"reverb filter",function()poke(0x5f41,15)end) menuitem(3,"lowpass filter",function()poke(0x5f43,15)end) |
The 15 means apply it to all channels.
Also, first jump:

P#79751 2020-07-22 05:31 ( Edited 2020-07-22 05:36)
[Please log in to post a comment]