Skip to content

yashed/Hyper-Run-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸƒ Hyper-Run-3D

A simple hypercasual 3D game built with Unity where the player runs through a level, avoids obstacles, and reaches the finish line.


Project Structure

Assets/
β”œβ”€β”€ Animation/        # Game animations
β”œβ”€β”€ Fonts/            # Fonts used in UI
β”œβ”€β”€ Items/            # Collectible items & objects
β”œβ”€β”€ Krearthur/        # Character/asset models
β”œβ”€β”€ Materials/        # Materials used in the game
β”œβ”€β”€ physics/          # Physics-related assets
β”œβ”€β”€ Pics/             # Reference pictures
β”œβ”€β”€ Player/           # Player-related models, prefabs, etc.
β”œβ”€β”€ prefab/           # Prefabs for game objects
β”œβ”€β”€ Resources/        # Resource files
β”œβ”€β”€ Scenes/           # Game scenes (includes Level 1)
└── Scripts/          # Gameplay scripts (movement, obstacles, etc.)
GameImages/           # Screenshots for README
Packages/
ProjectSettings/

Gameplay

  • Player can run through the level
  • Avoid various obstacles
  • Reach the finish line to complete the level

Screenshots

Here are some preview images of the game:

Gameplay Screenshot 1
Gameplay Screenshot 2
Gameplay Screenshot 3


Setup & Run

  1. Clone this repository:
   git clone https://github.com/yashed/Hyper-Run-3D.git
  1. Open the project in Unity Hub (use the same Unity version you built the game with).
  2. Open the Scenes folder and run the main level scene.
  3. Press ▢️ in Unity Editor to start the game.

Build

To build and play:

  1. Go to File β†’ Build Settings
  2. Choose your target platform (PC/Android/iOS)
  3. Click Build and Run

Notes

  • Currently contains one playable level
  • Future updates will include more levels & obstacles
  • Assets are organized for easy expansion

License

This project is for learning and personal use. Feel free to fork and improve!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published