An open API service indexing awesome lists of open source software.

https://github.com/ncw/snake-puzzle

A solver for the Snake Puzzle using python with a Jupyter notebook
https://github.com/ncw/snake-puzzle

Last synced: 6 months ago
JSON representation

A solver for the Snake Puzzle using python with a Jupyter notebook

Awesome Lists containing this project

README

          

This is a little program to solve this puzzle

![Boxed Snake Puzzle](snake-puzzle-boxed.jpg "Boxed Snake Puzzle")

Which looks like this when unsolved

![Flat Snake Puzzle](snake-puzzle-flat.jpg "Flat Snake Puzzle")

There is

* [A Jupyter notebook](snake_puzzle_solver.ipynb) with detailed explanation
* [The program](snake_puzzle_solver.py)
* [A blog article](http://www.craig-wood.com/nick/articles/snake-puzzle/)

Enjoy!

License
-------

This is free software under the terms of MIT the license (check the
[COPYING](COPYING) file included in this package).