Lore:

You found an old game that needs 2 programs to play: the platformer and the level editor. However, you only got the former program. Therefore, you quickly made a memory editor to edit the levels directly. Can you beat all the levels with only your limited tool?

Controls:

- [A] and [D] to move left and right

- [W] to jump

- [R] to restart level

- [click] on memory to edit

Game Objects Cheatsheet:

Player {
x: u16
y: u16

}

Platform {
x: u16,
y: u16,
w: u16,
h: u16

}

Tips:

u16 is a 2 byte unsigned integer (aka. a unsigned short)

Download

Download
propeller_hat_hacker 5.6 MB

Leave a comment

Log in with itch.io to leave a comment.