Friend Quest
Controls:
- WASD - Move
- Spacebar - Jump
- Arrow Keys - Cast Spells
- E - Interact
- R / Shift - Reload
- Escape - Pause
Since becoming a magical girl, Tomo hasn't been able to cast any magic of her own, and she still hasn't figured out what her theme is supposed to be. That is, until one day, she's able to cast the same spell as her teacher.
Join Tomo on her quest to learn more magic as she makes friends across this magical realm!
Made for the Metroidvania Month 15 and Magical Girl Game Jam #5
Status | In development |
Platforms | HTML5 |
Author | Zactyl |
Genre | Platformer, Card Game |
Made with | Unity |
Tags | Cute, Magic, Metroidvania, Pixel Art |
Download
Download NowName your own price
Click download now to get access to the following files:
FriendQuestJamVersion.zip 31 MB
FriendQuestDownloadPostJam.zip 31 MB
Comments
Log in with itch.io to leave a comment.
Interesting start. Must have been difficult getting the game to conform to two jams.
not loading for me on browser, will check it out later on download.
same issue, using chrome
can see the lower edge of what appears to be a dialogue/alert window that might be blocking the game from loading, but no means to bring it in focus.
EDIT: success in getting the dialogue in focus.
Unable to parse Build/FriendQuestWebGL.framework.js.br! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.
(not duplicated to webconsole.)
To piggy-back off this comment: I think BR refers to it being compressed as brotli.
Take a look at 'Compression format' here:
https://docs.unity3d.com/Manual/webgl-deploying.html
You may have better luck with "gzip". It just seems that itch.io's servers don't properly deal with HTTP headers when it's a brotli compressed file.