Skip to content

LordDarkula/Knights-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knights-Tour

Python35

Hueristic solution to Knight's Tour problem.

License

This is available under the MIT license. See the LICENSE file for more info. Copyright © 2016 Aubhro Sengupta. All rights reserved.

Installation

Built on chess_py library. To install from requirements.txt, run the following.

$ pip install -r requirements.txt

To explicitly install chess_py, run the following.

$ pip install chess_py

Running

To run solution, just run tour.py.

$ python tour.py

Releases

No releases published

Packages

 
 
 

Languages