Skip to content

YoungMame/cephalopod-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cephalopod-solver

alt text

descriptiopn

This project aim to solve all the solutions that are possbile on the Mark Steere Cephalopod game based on a starting board and a depth variable (number of laps)

instalation

download it

git clone https://github.com/YoungMame/cephalopod-solver.git

enter the directory

cd cephalopod-solver

compile the project

make

using

exec

./cephalopod

write in terminal

The first arg is the depth

./cephalopod
    20 // for example

The following lines are a 3 x 3 board

./cephalopod
    20 // for example
    0 0 0
    0 0 0
    0 0 0

About

Optimized CEPHALOPOD 3 x 3 board solver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published