Play game
Time flies!'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #35 | 3.675 | 4.077 |
Innovation | #70 | 2.982 | 3.308 |
Overall | #130 | 2.427 | 2.692 |
Gameplay | #149 | 2.219 | 2.462 |
Audio | #155 | 1.595 | 1.769 |
Graphics | #186 | 1.664 | 1.846 |
Ranked from 13 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository URL
https://github.com/0ctothorp/gamedev.js23
Challenge
Open Source
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice game to learn the clock. I wish the game difficulty increased over time. Maybe add more digital and analog clocks for each level?
Interesting idea. However I sometimes couldn’t see half of the clock on the first/last line. I would have added more visual feedbacks for good choices, missed clocks, and maybe also give a penalty for wrong choices. Anyway, nice game!
Cool idea! one thing that I thought could be cool is increasing difficulty, like faster movement or multiple times. Keep it up!
Thank you! Yeah, increasing difficulty is definitely on my todo list :)
Another original idea. Well done! The "wow" sound effect is funny. Also, are the rounds infinite? I noticed I get another 9:30 clock at round 12 so I stopped.
Thank you! Yeah, the rounds are infinite and time is picked randomly on every round. It was supposed to be progressively harder with every round, but well... the time has ended. I'm planning on polishing the game :)
Crap... I just realized I haven't pushed the latest version of the source code to the repo 🙈
Fixed 😅
I suck at this game because I am a little baby man who is afraid of analog clocks,
I like the concept. For some reason I only see half the clock being rendered. The bottoms are cut off.
Thanks! :) Yeah, it comes down to the window height 😅 I only spent a few evenings on the game and didn't manage to make it properly responsive. I will check out your game later :)
Nice work! This is a well executed concept, and seems fairly complete. It doesn’t seem like it gets any harder though, and after round 5 I gave up because it was moving too slow. Pretty awesome that you just used vanilla JS for it, and not even Canvas! Well done!
Thank you! Yeah, there's definitely room for improvement and as you noticed it doesn't get any harder 😅It would be pretty easy to implement, but I just didn't have time and decided to post it in the current state :) I will check out your game later.