Demo: https://khanaaaaaa.github.io/Last-Scout/
A fanmade game in the perspective of being a side character in the anime, Attack On Titan inspired by Class of '09.
Saw a tiktok meme on a cat eating the camera and the captopn was "POV: You are a side character in Attack On Titan" and that inspired me to make a dialogue based game in the same perspective.
Tech Stack:
- HTML
- CSS
- JavaScript
Since, I already made a project using similar dialogue mechanisms, it was a bit easier for me to implement the same thing here.
I learnt how to structure a branching narrative so that earlier choices affect later outcomes. The biggest thing I struggled with was the typewriter effect. Getting the text to type out character by character was straightforward enough but making it skippable on click without breaking the flow of the game took a lot of debugging. I also struggled with getting the character PNGs to display correctly with transparent backgrounds. And learnt the hard way that you need to use a background-image on a div instead of an img tag.