©1996,2008 CyLog Software
A simple chess-based puzzle game. Try to fit as many (or as less) Knights as possible on an NxN chess board.
N-Knights has two modes of play. The Max N-Knights problem challenges you to move your Knight to all squares on a chess board without stepping on the same square twice. On a 4x4 chess-board the maximum number of moves you can make is 15. All other NxN are solvable.
The Min N-Knights problem challenges you to place the minimum number of Knights on a chess-board in order to threaten all remaining squares on the board. Knights you place on the board should not threaten other Knights. Try with a small board and work your way to larger boards.