A fast-paced endless runner made in Unity where players must avoid obstacles and survive as long as possible.
Available to download at itch.io!
- 🌀 Infinite Running – Endless generation of the track and obstacles.
⚠️ Dynamic Obstacles – Dodge, jump, and weave through randomized hazards.- 📊 Score Tracking – Distance-based scoring system.
- 🎨 Modular Design – Easy to extend levels, add obstacles, or customize characters.
- 🔊 Sound & Haptics – Immersive audio and shake effects.
| Action | PC Key / Input |
|---|---|
| Move Left/Right | A / D or Left Key / Right Key |
| Jump | Space or W |
In VR, player movement is based on hand or headset motion, depending on mode selected.
git clone https://github.com/JimmyVS/Endless_Runner.git- Unity 2021.3+ (or newer LTS)
- Unity XR Plugin (OpenXR or Oculus)
- Input System package (if using Unity's new input system)
- Open the project in Unity Hub.
- Set the correct platform (PC or Android for VR).
- Press Play in the Unity Editor or build the project.
This project is licensed under the MIT License.