Welcome to the Zig-Zag Game! This Unity game challenges players to control a vehicle that moves left and straightens in a zig-zag pattern upon tapping the screen.
- Unity 2019.3 or later
- Your favorite code editor (e.g., Visual Studio)
-
Clone the repository:
https://github.com/Muneeb1030/ZigZag.git
-
Open the project in Unity.
-
Run the game by pressing the "Play" button in the Unity editor.
- Simple and addictive gameplay with a unique zig-zag control mechanic.
- Endless level design, challenging players to achieve the highest score.
- Responsive touch controls for an immersive gaming experience.
- Visual and audio feedback for successful maneuvers.
- Tap the screen to make the vehicle move left.
- Tap again to straighten the vehicle.
-
Open the project in Unity.
-
Navigate to the
Assets/Scripts
folder to find the game logic scripts. -
Customize game parameters, vehicle behavior, and level design by modifying the relevant scripts.
-
Use Unity's UI system to adjust the user interface elements and design.
- The
Assets/Models
folder contains the 3D model of the vehicle. - The
Assets/Materials
folder contains the materials used for the vehicle and environment. - The
Assets/Scripts
folder contains the C# scripts for game logic.
If you'd like to contribute to the development of this game, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and submit a pull request.