jakescript / RubiksCubeGo

a fun project based around abstract concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubiksCubeGo

A project created to practice some ideas and concepts I had just learned.


Basic Useage:

main.go

package main

import "github.com/jakescript/rubix/cube"

func main(){
  c := cube.GenerateCube()
  
  c.PrintCube()
}

Documentation & Deep Explination:

Read a very detailed markdown file about the code here

enjoy the message

About

a fun project based around abstract concepts


Languages

Language:Go 100.0%