Color Cubes Puzzle is an interactive Unity game where players manipulate two rhombuses filled with colored cubes. The rhombuses intersect at two points, and the cubes at these intersections can be moved between the rhombuses by rotating them clockwise or counterclockwise. Players swipe on the left side of the screen to rotate the left rhombus and on the right side to rotate the right rhombus. The objective is to strategically place the cubes to match the specified colors at the intersection points.
- Rotate the left rhombus by swiping on the left side of the screen.
- Rotate the right rhombus by swiping on the right side of the screen.
- Place the cubes of the corresponding color at the intersection points to win.
- Clone the repository.
- Open the Unity project in the Unity Editor.
- Run the game in the Unity Editor or build it for your target platform.
- Unity version: 2022.3.12f1
- DOTween (DOTween is a fast, efficient, fully type-safe object-oriented animation engine for Unity).
This project is licensed under the MIT License.