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

https://github.com/muneeb1030/zigzag

This Unity game challenges players to control a vehicle that moves left and straightens in a zig-zag pattern upon tapping the screen.
https://github.com/muneeb1030/zigzag

android-game csharp game-development unity unity-ads unity-android unity3d

Last synced: 11 months ago
JSON representation

This Unity game challenges players to control a vehicle that moves left and straightens in a zig-zag pattern upon tapping the screen.

Awesome Lists containing this project

README

          

# Zig-Zag Game

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

1. Clone the repository:

```bash
https://github.com/Muneeb1030/ZigZag.git
```

2. Open the project in Unity.

3. Run the game by pressing the "Play" button in the Unity editor.

## Game Features

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

## 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 system 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.

## Contributing

If you'd like to contribute to the development of this game, please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and submit a pull request.