Play game
Alfredo's Stupendous Surprise (Bandersnatch Edition)'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Silliest, Nuttiest Game | #3 | 3.857 | 3.857 |
Best Use of Assets | #3 | 4.143 | 4.143 |
Best Implementation of an Optional Theme | #4 | 2.857 | 2.857 |
Most Fun | #8 | 3.357 | 3.357 |
Most Novel Idea | #9 | 3.214 | 3.214 |
Ranked from 14 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
I like it, lots of respect for all the cutscenes, something I can't quite figure out how to do yet ;p
I want to echo the respect for the cutscenes. I haven't looked @ the code, but I imagine this being painful to implement as nicely as you have.
Did you add a "hidden" movement system for alfredo (walking, jumping, dying, etc) or is each scene hard-animated?
Oops - just saw this!
See my reply below 😉
Each scene is hard animated (I guess).
But I created functions for a simple animation system (table of SPR frames, keyed off a "string" name), with frame speed, etc.
Then also created simple 'tweening, jump & messaging functions - and that those make up the most of it.
The Coroutines allow me to script the animations very much like a movie script:
etc. etc. 🤓
Thanks a lot.
They were done by using Coroutines in PICO-8.
It makes it a LOT easier to have multiple things happening sequentially, as each routine continues where it left off the last cycle (loop).
Anyway - I highly recommend having a play with them! 🤓
Wow I had no idea pico 8 had these..!! I'll have to give em a shot!
Lovely concept! It makes for a simpler interesting game. I included it in my Toy Box Jam compilation video series, if you’d like to take a look! :)
Thanks, as always Jupi - you are a 🌟 😁
Well-polished! Good comedic timing as well! I havent played the original, so i cant judge on accuracy.
A fast-forward button for replays would make this a bit more jam-friendly.
Thank you for the kind words.
Also for the great feedback. You're right - I should've added a "skip" button (my fault for sticking TOO close to the orig!)
Thanks again for playing! 😊