Play tech demo
Bad Apple's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Tilesheet Implementation | #43 | 2.635 | 4.750 |
Overall Execution | #49 | 1.387 | 2.500 |
Gameplay | #52 | 0.832 | 1.500 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you do any challenges?
Stick to the grid challenge
Your game sticks to a grid (ex 64x64)
No overlaying graphics challenge
At no point in your game do the graphics overlap
Leave a comment
Log in with itch.io to leave a comment.
Comments
Super cool!
wow that was insane, how did you do this. I guess drawing every frame like that is impossible so Im very curios? ! :)
I pre-populated a spritesheet with all 242 unique pure-black-and-white transformations of the sprites allowed by the rules. Then each frame, I compare each 8x8-pixel region in the source image against all 242 sprites to find the best fit. For the "best fit" heuristic, I sum `f0 += src - dst` and `f1 += abs(src - dest)` for each pixel, add `abs(f0) + f1` to get the error, and pick the sprite with the lowest error value.
Cannot open since I'm using windows :( but i love touhou
This might not be a game but still very much impressive, it would make a very nice visal effect if it was just a little less noisey. i was looking into trying to copy this effect myself but i couldnt work out how. very nice. :3