I had a tough time understanding how to play this one, I was trying to figure out how to lower my frame rate, and it took me a while to find it was the scroll wheel, but even so I'm not sure what the rest of the numbers are on the screen except for ammo. Also it seems very difficult to get to every tank with enough frames left but maybe I'm missing something. I like the idea but I think I'd need a tutorial or some more instruction to dive into this game.
Play game
JankTank's itch.io pageOut of Frame Explination
The game’s logic only updates once per frame, and the player controls the FPS. Every frame that passes updates collisions, triggers, and object states, but nothing happens between frames. By lowering the FPS, events can be skipped or missed entirely, effectively putting them ‘out of frame.’ This makes the concept of being ‘out of frame’ literal: the player must manage the update rate to keep the game’s world inside the frames that actually exist.









Leave a comment
Log in with itch.io to leave a comment.