Skip to content

Attempts to solve rubiks cube optimally.

Notifications You must be signed in to change notification settings

Jakub3628800/gocube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cubegorithm

Writing bunch of code trying to solve rubiks cube most optimally and learning golang at the same time.

golangci-lint

Install:

# binary will be $(go env GOPATH)/bin/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2

golangci-lint --version

Run:

golangci-lint run

Test

go test -v ./...

About

Attempts to solve rubiks cube optimally.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages