Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 876 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 876 Bytes

Rubik Cube (Unity)

alt text

This game was developed using Unity and features a randomly shuffled Rubik's Cube when shuffle button pressed. The player must use the buttons provided, including undo and redo buttons to solve the cube. There is also a solve button that automatically solves the cube.

Features:

  • Shuffle button that automatically shuffles the cube at the beginning of the game.
  • Undo and Redo buttons that allow players to backtrack their moves in solving the cube.
  • The functionality of Undo and Redo buttons were implemented using the Command Design Pattern.
  • Solve button that automatically solves the cube.
  • Smooth and realistic cube animation and rotation.

Video Link: https://drive.google.com/file/d/1nXNywGSYutLHClWVq6UvCQKfllQ8Ei63/view?usp=sharing