thanks!
rostok
Creator of
Recent community posts
I just assumed there was a single drone and, as you've explained, extra target would force it to perform cost analysis. Please note, that this is a 1KB game, and I really had no more space to fit in any kind of extra effect to hint the player. Even a single sound. Well, maybe if I have refactored it more I could spare these couple of bytes...
All right, here's the solution. I can't hide it since itch.io has no spoilers tag.
Once any of the characters is in the open, drone targeting begins. A red rectangle appears and gradually shrinks over time. Once the target is locked, the character is executed. However, if a second character appears, it disrupts the targeting mechanism, causing the initial rectangle to grow larger. This gives you extra time—not much, but still enough to reach nearby buildings if you hide and reveal yourself strategically. Note that if both the hero and the kid move close together, this disruption becomes unnoticeable.
thanks. the print string is flip() cls(1) and setting palette. ⁶ is a shorthand for \^. palette is being set by poking memory at 0x5f10 but I skip 2 bytes as first color is typically black. here's more info https://pico-8.fandom.com/wiki/P8SCII_Control_Codes#Poking_memory
The further you go, the longer are the distances between the houses. But no perfect movement is necessary to finish the game. I did, however, assume that eventually players will "hit the wall" and become slightly frustrated and this will force them to revise the strategy. In particular - did you study/notice the drone targeting behavior?
Love this tool. A must have for sizecoding addicts.
I would like to have a separate panel with occurrence number of characters (each or top 10/20). I assume these could help in selecting variable names and maximize repetition.
Also, I found about the extra panel from comments as it was hidden below bottom edge of my screen. Guess this could be moved just below "show" button.
Big thanks, wonderful stuff!
Sure, feel free. I have added both .rom and .p8 files. The source is quite messy since I used shrinko8 for compilation, here's the command:
shrinko8 --focus-tokens --minify -c -m -f tiny-rom the-wall-builder-14.p8 the-wall-builder-14.rom
A photo from the event or a link about the festival would be nice.