Gordy and the Monster Moon is out! It's $3 on Steam with the launch discount: https://store.steampowered.com/app/642020/Gordy_and_the_Monster_Moon/

On itch, also $3: https://twinbeard.itch.io/gordy-and-the-monster-moon

Gordy and the Monster Moon on Steam

Gordy and the Monster Moon is a bite-sized exploration-driven game about a pumpkin astronaut going on spooky adventures.

For Pico-8 users, here's the cartridge: http://twinbeard.com/images/gordy.p8.png

And here's the source code, with external tooling for the map and dialog tree: http://twinbeard.com/binary/gordy_source.zip

@mogwai_poet at first I read G_SINCEREST as one word and could only think about where the Great Pumpkin appears

@septomin Very good 😁

But oof, that's the optimization thing that bugged me most, that to save tokens I had to take variables that used to be members of the player class and made them globals. It works because there's just one player, but it feels bad conceptually.

@mogwai_poet I kind of weirdly like the "permission" out of necessity to write bad code - at least not having done anything on Gordy's scale
@septomin Yeah Pico-8's constraints are a big deal