๐ Helix Jump Game A Unity Developer Intern Assignment Built with ๐ก by Yadamreddy Navaneeth
๐ฎ Game Features โจ Procedural Helix Platforms: Vertically stacked, random gaps; generated once at start.
๐ Bouncing Ball Mechanics: Realistic Unity physics, ball falls through gaps, bounces on platforms.
๐น๏ธ Simple Controls:
Mouse/Touch: Drag left/right to rotate helix
Keyboard: Arrow keys or A/D (optional)
๐ Endless Survival Mode: Survive as long as you can. Lose if ball hits a deadly zone.
๐ Scoring System: Score increases for each platform cleared (gap fallen through); UI shows current and best score (persistent).
๐ Game Over & Restart: Game Over screen displays final + highest score. Restart button generates new level.
๐ฆ Assignment Feature Checklist Feature Status Procedural helix platforms โ Physics-based ball movement โ Rotatable helix (drag & keys) โ Infinite gameplay โ Deadly zone (lose condition) โ Real-time & high score (persistent) โ Game Over UI & Restart โ ๐ Setup & Play Clone this repo:
bash git clone https://github.com/MadeNavaneeth/Helix-Jump-Game.git Open in Unity: Recommended 2022.3 LTS or newer.
Play or Build:
Open MainScene.unity
Export for Windows, Mac, or WebGL
๐ Project Structure Assets/ โ Scenes, scripts, prefabs, UI
Scenes/ โ Main gameplay scene
Scripts/ โ Ball, platform generator, player controls, scoring
UI/ โ Score, game over, restart button
ProjectSettings/ โ Unity project config
โจ How to Play Rotate the helix tower (drag mouse/touch or use arrow keys/A-D).
Guide the ball through platform gaps.
Survive and beat your high score!
Source Code: Full Unity project in this repository
๐ About Created for a Unity Developer Intern Assignment. Contact: Yadamreddy Navaneeth