HTML5 and JavaScript Game Development Competition in just 13 kB

Time Runner

Time Runner is a game where you have to use your agility to stay on the path. Different types of obstacles are there to stop you. Collect diamonds, because you are going to need them, trust me. Control your character with arrows keys. If you happen to make a mistake, there is always a way to turn back time...

Categories: desktop

Feedback from the experts

Anonymous: Good: - A well-implemented 3D runner game! Simple game mechanic but yet addicting. - The level generator works really well. Its difficulty increases gradually, and I like the fact you introduce the platform features (e.g slowness, slippery floor, …) slowly. - The turn-back-time feature works great and fits with the game competition. I also like the effects (colors, animation) while turning back time, it really shows your effort polishing this feature. - Code in TypeScript. What could be improved: - Pressing space or another key (instead of mouse click) to retry the game would improve the UX since you need to try the game several times.

back