Time Quest
About
You've returned to your village only to find time has been frozen, and the Time Crystal has been stolen! Only you can recover it, by embarking on an underground adventure full of deadly traps. Can you fly through the 12 levels to recover the Time Crystal?
This is my first game, and my fist submission to a Game Jam (thanks to GameDev.tv!). I'm a beginner developer, this has been a challenging month, but a very exciting one! I've learnt heaps, had a lot of fun, obsessed a fair bit, and succeeded at completing and submitting the game. I hope you like it! If you try it out and feel like giving me some feedback:
- What was hard?
- What was the most fun?
- What would you change?
- Did you make it to the last part of level 12? Totally worth it! :)
- ...
- Left/right arrow keys: rotate the fairy
- Space: fly
- Escape: pause game
Some of my testers complain that it's a bit hard to play. While this is a skill-based game and its supposed to be a bit challenging, I've chosen to publish with two cheat codes, for those who find it too difficult:
- G: toggles God mode onf/off (invincible), but brings bad karma. ;)
- L: skip to next Level
This project is released under a CC BY-NC-SA 4.0 license. Please contact me before using any of the assets, including models, SFX and music.
You can download the source-code from here:
https://drive.google.com/drive/folders/1l99Vx7Tv8WEvDb__QG9SxJxV-IWWJkaA?usp=sha...
CreditsProgramming, level design, SFX and music are mine, so much work! But so much fun too. Btw, I'm a composer, if you want to check more of my music you can visit http://dense13.com/music .
Thanks to Ben Tristem and Rick Davidson for their Unity 3D course, this project evolved out of their Project Booster section.
Credits to DreamLevel for the particle effects (DL Fantasy RPG Effects), Hedgehog Team for the Skybox, and Demigiant for the DOTween library.
Many thanks to Astrid, Albert, Marc, Glenn, James, Ray, María and Olga for helping with SFX, testing and feedback.
Very special thanks to Rut Bisbe (https://rutbisbe.cat/) for the very funky model of the fairy!
A note on performanceSome of the testers reported the movement of the fairy not being very responsive (despite being a very simple game!). It runs very smoothly on my 8-year old Mac. My suspicion is that it doesn't work so well without a dedicated graphics card (mine is a NVIDIA GeForce GT 650M 1GB, so nothing fancy is required).
Being a beginner, I didn't know how to optimize performance very well. I tried a bit with lightmap baking, but I ran into multiple problems that I didn't have the knowledge nor the time to work out. So I've published it as is, but with the Unity launcher included, so you can at least adjust the resolution/quality, should you have performance issues. Btw, any tips on how to go about optimization will be most than welcome!