/knight-tour

building a game with python

Primary LanguagePython

knight-tour

Python app that shows the number of moves for a knight on a board, depending on the size of the board.

Example Usage

python knighttour.py 3 3 2