You're a knight piece in the position board (A1)(0,0). Can you move -- Using the Knight's rule -- to all chessboard's houses just once?
Graphical visualization of the chessboard in the Windows terminal. Keeps track of the number of moves made and the number of squares visited so far.
Clone the project
git clone https://github.com/arthurbrenno/knights-tour-playground.git
Go to project's directory.
cd knights-tour-playground
Double click clickToPlay.bat
!
I've learned more about 2D vectors/matrices/arrays and important OOP concepts.