An open API service indexing awesome lists of open source software.

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#

Awesome Lists containing this project

README

          




Banner for Rubik's Cube Game.



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
```