https://github.com/reallukee/fsrubik
🧩 F#, paradigma funzionale e cubo di Rubik
https://github.com/reallukee/fsrubik
fsharp library rubik
Last synced: 9 months ago
JSON representation
🧩 F#, paradigma funzionale e cubo di Rubik
- Host: GitHub
- URL: https://github.com/reallukee/fsrubik
- Owner: reallukee
- License: mit
- Created: 2025-08-02T13:03:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T17:56:32.000Z (9 months ago)
- Last Synced: 2025-09-12T20:01:23.674Z (9 months ago)
- Topics: fsharp, library, rubik
- Language: F#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# FsRubik



🧩 F#, paradigma funzionale e cubo di Rubik
[Uso](#uso)
•
[Compilazione](#compilazione)
•
[Autore](#autore)
•
[Licenza](#licenza)
> [!IMPORTANT]
> **JUST 4 FUN**
# Uso
```fsharp
open Reallukee.FsRubik
let cube = Cube.init ()
Loop.cubeLoop cube
do Console.ReadKey(true)
|> ignore
```
# Compilazione
## 0. Requisiti
### Compilazione
> [!TIP]
> .NET 8.0+ SDK consigliata!
* .NET Core 2.0+ SDK
*Oppure*
* .NET 5.0+ SDK
### Esecuzione
* .NET Framework 4.6.1+
* .NET Core 2.0+
* .NET 5.0+
* Mono 5.12
## 1. Sorgente
```
git clone https://github.com/reallukee/fsrubik.git
```
## 2. Compila
```
cd fsrubik
dotnet restore fsrubik
dotnet build fsrubik --no-restore --configuration Release
```
# Autore
- [Luca Pollicino](https://github.com/reallukee)
# Licenza
Licenza [MIT](./LICENSE)