tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://kotexander.itch.io/propeller-hat-hacker


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)