Genre: Runner • Narrative Adventure! Engine: Unity 2022.3.2f1 HDRP Platform: PC (Windows / macOS / Linux)
Time Runner is a narrative-driven runner game with immersive historical settings. After accidentally activating your father’s mysterious device, you’re whisked through time portals. Sprint through three iconic arenas—Old Istanbul’s Sultanahmet Hippodrome, Rome’s Colosseum, and the siege of Troy—dodging traps and enemies to survive.
- Story-Driven Cutscenes: Brief narrative scenes introduce each level's stakes.
- Authentic Settings: Historically accurate 3D models of Sultanahmet, the Colosseum, and Troy.
- Runner Mechanics: Fluid WASD controls—W to jump, S to slide, A/D to switch lanes.
- Dynamic Obstacles: Dodge falling stones, volleyed arrows, and charging enemies.
- Health & Recovery: Collect heart packs to restore up to 5 hearts.
- Progressive Difficulty: Speed and obstacle density ramp up each portal.
- Immersive Ambiance: Thematic soundscapes and environmental effects.
- Unity 2022.3.2f1 with HDRP package installed.
- .NET 6 / C# 10 compatibility.
-
Clone the project:
git clone https://github.com/YourUsername/time-runner.git cd time-runner -
Open in Unity Hub using the 2022.3.2f1 HDRP template.
-
Press Play in the editor, or build via File → Build Settings → Build and run the executable.
| Key | Action |
|---|---|
| W | Jump |
| S | Slide |
| A / D | Switch lanes |
- Maintain speed and reflex—reach each portal before hearts run out.
time-runner/
├── Assets/
│ ├── Scripts/ # PlayerController, LevelManager, UI, etc.
│ ├── Scenes/ # MainMenu, Level1, Level2, Level3
│ ├── Art/ # Models, materials, HDRP assets
│ └── Audio/ # Music, SFX, ambiance
├── Docs/
│ └── banner.png # README banner image
├── ProjectSettings/
├── .gitignore
└── README.md
- Narrative cutscenes & portal transitions
- Three historical levels (Istanbul, Rome, Troy)
- Lane-switch, jump, and slide mechanics
- Additional levels/worlds beyond Troy
- Advanced enemy AI patterns
- Localization & accessibility features
-
Fork this repository.
-
Create a branch:
git checkout -b feature/YourFeature. -
Commit and push:
git commit -m "Add awesome feature" git push origin feature/YourFeature -
Open a Pull Request—reviews ensured within 48 hours.
Please adhere to the Code of Conduct.
Distributed under the MIT License. See LICENSE for details.



