Illutax / Tubyrinth-Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tubyrinth Solver

The project is currently in development.

This is a CLI based solver for the board game Tubyrinth.

The goal is to supply the given board to the tool via

$ java -jar solver.jar "xvxxxxxxxxx________xx________xx________xx________xx________xx________xx________xx________xxxxxxxxx^x"

where the grid looks like that:

xvxxxxxxxx
x________x
x________x
x________x
x________x
x________x
x________x
x________x
x________x
xxxxxxxx^x

and it returns the solved grid.

How to build it

$ mvn clean package

About


Languages

Language:Java 100.0%