Skip to content

JoonaV556/Infinite-Ball-Jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Ball Jumper

Play on itchio:
https://coronal556.itch.io/2024-coding-task-joona-v

My fork of the minigame coding task

This is my version of the infinite ball jumper game. I built this as a recruitment task for dev-lead position at Helsinki XR Center.

Features:
- procedural / endless spawning of obstacles and game objects - The algorithm is almost random but it has a few rules to prevent some stupid stuff from happening
- obstacles get progressively harder the higher player goes, because the obstacle spin speed increases
- old obstacles passed by player are destroyed below player, for optimization purposes

Features I would've added if I had time:

  1. More obstacle variety - Originally i planned to create much more cooler obstacles by utilizing prefabs. However I chose to instead focus on the endless spawning algorithm which consumed most of my work time.
    (the spawner still has a feature to add multiple obstacle prefabs to the spawn pool if one wished to do so. This can be done in the ObjectSpawner inspector)
  2. Simple high-score feature. Every time user reaches new highscore, it should be stored in memory and showed to the user in the HUD.

About

Minigame built for a job recruitment task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published