Skip to content

[READY TO PLAY] Time Runner game for the final game project of GameStudio 3.

License

Notifications You must be signed in to change notification settings

salihilhvn/GameStudio_3

 
 

Repository files navigation

Time Runner

Ekran görüntüsü 2025-07-10 012758

Genre: Runner • Narrative Adventure! Engine: Unity 2022.3.2f1 HDRP Platform: PC (Windows / macOS / Linux)


Ekran görüntüsü 2025-07-10 012822

📖 About

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.


Ekran görüntüsü 2025-07-10 012840 Ekran görüntüsü 2025-07-10 012911

🎯 Features

  • 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.

🚀 Getting Started

Prerequisites

  • Unity 2022.3.2f1 with HDRP package installed.
  • .NET 6 / C# 10 compatibility.

Installation & Play

  1. Clone the project:

    git clone https://github.com/YourUsername/time-runner.git
    cd time-runner
  2. Open in Unity Hub using the 2022.3.2f1 HDRP template.

  3. Press Play in the editor, or build via File → Build Settings → Build and run the executable.


▶️ Controls

Key Action
W Jump
S Slide
A / D Switch lanes
  • Maintain speed and reflex—reach each portal before hearts run out.

📂 Project Structure

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

📈 Roadmap

  • 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

🤝 Contributing

  1. Fork this repository.

  2. Create a branch: git checkout -b feature/YourFeature.

  3. Commit and push:

    git commit -m "Add awesome feature"
    git push origin feature/YourFeature
  4. Open a Pull Request—reviews ensured within 48 hours.

Please adhere to the Code of Conduct.


📝 License

Distributed under the MIT License. See LICENSE for details.


About

[READY TO PLAY] Time Runner game for the final game project of GameStudio 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • ShaderLab 55.4%
  • C# 24.2%
  • HTML 10.8%
  • HLSL 9.6%