Unity: ZIgZag Racing

UnityC#Game DevAndroid Development

Thursday, December 21, 2023

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.

Getting Started

  • Unity 2019.3 or later
  • Your favorite code editor (e.g., Visual Studio)

Installation

  • 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.

Game Features

  • Simple & 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 & Audio feedback for successful maneuvers.

Controls

  • Tap the screen to make the vehicle move left.
  • Tap again to straighten the vehicle.

Development Setup

  1. Open the project in Unity.
  2. Navigate to the Assets/Scripts folder to find the game logic scripts.
  3. Customize game parameters, vehicle behavior, and level design by modifying the relevant scripts.
  4. Use Unity's UI Toolkit to adjust the user interface elements and design.

Assets

  • 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.