Skip to content

mlubej/chessboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broken Chessboard Puzzle Solver

This package contains the code for solving the 8x8 broken chessboard puzzle, using a genetic algorithm approach.

Read more about it in the blog post here.

Installation

Just clone the repo, cd into it, and install with

pip install .

Example

You can find an example usage in the examples directory. Just run it with the following code

python examples/run_solution.py

and watch as the evolution folds in front of your eyes.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages