https://github.com/ethancedwards8/rubikscube
Rubiks Cube Simular. This was my final project in my Game Design project at Carroll County High School.
https://github.com/ethancedwards8/rubikscube
Last synced: 10 months ago
JSON representation
Rubiks Cube Simular. This was my final project in my Game Design project at Carroll County High School.
- Host: GitHub
- URL: https://github.com/ethancedwards8/rubikscube
- Owner: ethancedwards8
- Created: 2022-04-27T18:51:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:36:03.000Z (over 1 year ago)
- Last Synced: 2025-10-10T06:38:24.862Z (10 months ago)
- Language: C#
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RubiksCube (https://github.com/ethancedwards8/RubiksCube)
This game, programmed in C# with Unity in a little more than 500 lines of code, allows you to solve a Rubiks Cube virtually on a computer.
I built this as my final project in my school's Game Design class. Upon entering the game, you are prompted to scramble the cube.
The scramble is created via a random number generator, and then parsed and appplied to the cube. After the scramble, the timer will start
and you can use the UDBFRL keys to rotate faces, and XYZ keys to rotate the cube itself. When the cube is solved, the timer will stop.


