Skip to content

yackx/bloxorz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloxorz

A bloxorz solver written in Go.

Original game

Demo

bloxorz (master)$ cd src/bloxorz
$ bloxorz> go test
terrain1 first solution in 2 moves: [(0, 0); (1, 0)-(2, 0); (3, 0)]
terrain2 first solution in 4 moves: [(0, 3); (0, 1)-(0, 2); (0, 0); (1, 0)-(2, 0); (3, 0)]
(...)
infinite first solution in 7 moves: [(0, 0); (0, -2)-(0, -1); (1, -2)-(1, -1); (2, -2)-(2, -1);
(2, 0); (3, 0)-(4, 0); (3, 1)-(4, 1); (5, 1)]
terrain1 detailed solution ok
terrain1 only one solution ok
unsolvable terrain has no solution
PASS

License

GNU General Public License version 3

About

A bloxorz solver written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages