An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unity Scoreboard

![Unity](https://img.shields.io/badge/Unity-000000?logo=unity&logoColor=white)
![C#](https://img.shields.io/badge/C%23-239120?logo=c-sharp&logoColor=white)
![License](https://img.shields.io/badge/license-MIT-green)

**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.
![image](https://github.com/khaled71612000/Unity-Scoreboard/assets/59780800/bda01b69-6ffd-4db1-9115-ab65706bb700)

## 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**