Welcome to the Simple Color Switch Game repository! This project is a basic implementation of a 2D game inspired by the popular mobile game Color Switch. It was developed using the Unity game engine and serves as an example of simple game development techniques.
In this game, players navigate a ball through various obstacles. The ball can only pass through obstacles that match its color. The goal is to collect points and progress through increasingly challenging levels.
- Simple and intuitive controls
- Color-based obstacle navigation
- Increasing difficulty with each level
- Basic score tracking
To run this game locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/simple-color-switch-game.git
- Navigate to the project directory:
cd simple-color-switch-game - Open the project in the Unity game engine.
- Launch the game through the Unity game engine.
- Use your mouse or keyboard to control the ball.
- Navigate through the obstacles by matching the ball's color to the obstacles' colors.
- Try to collect as many points as possible!
Contributions are welcome! If you have suggestions for improvements or new features, feel free to create an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
Thank you for checking out the Simple Color Switch Game! If you have any questions or feedback, feel free to reach out.
