https://github.com/wiizzl/rubiks-cube
A Rubik's Cube game implemented in C#
https://github.com/wiizzl/rubiks-cube
dotnet oop
Last synced: about 1 year ago
JSON representation
A Rubik's Cube game implemented in C#
- Host: GitHub
- URL: https://github.com/wiizzl/rubiks-cube
- Owner: wiizzl
- Created: 2025-02-06T08:47:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:47:03.000Z (about 1 year ago)
- Last Synced: 2025-04-02T13:42:17.284Z (about 1 year ago)
- Topics: dotnet, oop
- Language: C#
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A Rubik's Cube game implemented in C#.
## ✨ Features
- Rotate any face of the Rubik's Cube
- Display the current state of the cube
- Support for clockwise and counterclockwise rotations
## 🛠️ Development
### Prerequisites
- [.NET SDK](https://dotnet.microsoft.com/download) installed on your machine.
### Quick start
```bash
git clone https://github.com/wiizzl/rubiks-cube && cd rubiks-cube
# Build the project
dotnet build
# Run the project
dotnet run --project RubiksCube
```