Skip to content
pramode edited this page Aug 4, 2011 · 1 revision

Implementing the Knight's Tour

Check out:

http://en.wikipedia.org/wiki/Knight%27s_tour

a) Implement a solution for the Knight's tour in Python

b) Visualize the solution using Pygame

Clone this wiki locally