This project features a game with three main components: the Main Menu, Gameplay, and Settings.
- Navigate to start the game or access settings.
- Displays the highest score and current score.
- Shows an animation for scores after each game.
- Real-time scoring system that increases over time.
- Dynamic level progression with increasing difficulty.
- Ability to pause and resume the game.
- Allows customization of game options.
- Provides access to game settings for a personalized experience.
- Unity 2022.3.26f1 or higher.
-
Clone the Repository
https://github.com/PrashantSinghrgb/DotRescue cd Dot-Rescue
-
Open in Unity
- Open the cloned project in Unity.
- Ensure the scenes
MainMenu
,GamePlay
, andSettings
are in theAssets/Game/Scenes
folder.
-
Play the Game
- Start with the
MainMenu
scene and press Play in the Unity editor. - Use the buttons in the main menu to navigate to the gameplay or settings.
- Start with the
- Main Menu: Click 'Play' to start the game, and 'Settings' to adjust game settings.
- Gameplay: The game automatically scores based on time, progressively increasing the difficulty.
- Pause/Resume: Use the pause button to pause and resume the game.
This project is licensed under the MIT License - see the LICENSE.md file for details.