https://github.com/khaled71612000/unity-scoreboard
Unity Scoreboard is a project developed using the Unity game engine, demonstrating the implementation of a scoreboard system. This project highlights the creation of a user-friendly interface for tracking and displaying scores in a game. ScoreManager.cs
https://github.com/khaled71612000/unity-scoreboard
unity
Last synced: about 2 months ago
JSON representation
Unity Scoreboard is a project developed using the Unity game engine, demonstrating the implementation of a scoreboard system. This project highlights the creation of a user-friendly interface for tracking and displaying scores in a game. ScoreManager.cs
- Host: GitHub
- URL: https://github.com/khaled71612000/unity-scoreboard
- Owner: khaled71612000
- Created: 2024-06-18T21:46:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T22:50:43.000Z (about 2 years ago)
- Last Synced: 2025-02-15T00:47:31.258Z (over 1 year ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Scoreboard



**Unity Scoreboard** is a project developed using the Unity game engine, demonstrating the implementation of a scoreboard system. This project highlights the creation of a user-friendly interface for tracking and displaying scores in a game.
#### ScoreManager.cs
- **Score Tracking:** Manages the logic for tracking and updating the player's score.
- **Score Display:** Updates the UI elements to reflect the current score.
#### GameController.cs
- **Game State Management:** Oversees the game state, including start, pause, and reset functions.
- **Event Handling:** Handles events that impact the score, such as player actions and achievements.
### Features
- **Dynamic Score Updating:** Real-time score updates displayed on the user interface.
- **User-Friendly Interface:** Intuitive design for easy score tracking and management.
- **Event-Driven:** Uses event handling to dynamically adjust the score based on in-game actions.

## Tech Stack
| Technology | Role |
|---|---|
| Unity 3D | Game engine |
| C# | Gameplay scripting |
| Unity Physics | Rigidbody & collision |
| Git | Version control |
## Getting Started
### Prerequisites
- [Unity Hub](https://unity.com/download) + Unity 2019.4 LTS or higher
- Visual Studio 2019+ or VS Code
### Setup
```bash
git clone https://github.com/khaled71612000/Unity-Scoreboard.git
```
1. Open **Unity Hub** → **Add** → select the cloned folder
2. Open **Assets/Scenes/** → double-click the main scene
3. Press ▶ **Play**