Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexapawn Solver

Installation

To install and run this, please unzip the files into a fresh directory. Then run the install script by running this command from within that directory:

python3 setup.py install

Execution

This will install any necessary requirements. You can access the CLI help by running:

python3 hexapawn_solver.py --help

Or you can run the solver by either passing a filename:

python3 hexapawn_solver.py --filename ~/tests/mytests.in

or by redirecting stdin:

python3 hexapawn_solver.py < ~/tests/mytests.in

About

Hexapawn state search

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages