This is a Python script built with Pygame and OpenGL to create a virtual Rubik's Cube. The script displays the Rubik's Cube on the screen using OpenGL graphics, allowing users to interact with it.
- Display a virtual Rubik's Cube using OpenGL.
- Implement all possible moves to manipulate the Rubik's Cube.
- Change camera view with the mouse.
- Potential for further development, such as implementing an AI to solve the Rubik's Cube automatically.
- This script is provided as-is, and you are free to download and modify it for your own purposes.
- Future development could include adding more features, improving the user interface, or implementing additional functionality, such as an AI solver.
Contributions are welcome! If you have ideas for improvements or new features, feel free to fork the repository, make your changes, and submit a pull request.