Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You're right about the source text being awful unless you time it right. But I remembered how to make the game more playable without having a full-screen button and the accompanying Twine problem! I swapped the viewport width on my games to 1366 px x 700 px.

(Disclaimer: This fits my screen well but may be problematic for other people.)

Done, thanks! On my laptop it's a bit ooky--if you scroll to the right you can see all the text but it's ugly, and the status line gets messed up. But it's better than it was, and I guess if it doesn't work people can go fullscreen, so it's better than before when it wouldn't work for anyone without fullscreen. Thanks again!

(Maybe we should beep the itch.io people about the color scheme for fullscreen?)

Sounds good!

Apart from all that - this is a cool unfinished project and I enjoyed floating around.

Thanks! Glad you enjoyed it! (Sorry for not replying earlier but my browser decided to take focus off the comment box with each keystroke.)

As you can tell I've been working on 2d movement for a while... a lot of this depends on the implementation I started with (the underlying model in Terminator is a lot different), but hopefully I'll be able to keep using some of the things in here about keeping track of things as you move around them, and get closer and nearer. (The code for moving around them was a lot of what I was adding just before the jam, because without that it's totally impossible to keep track of where things are.)