Skip to content

czhDavid/knightMoves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortest path with knight

To test this implementation use command

php ./bin/console find-shortest-path:knight

with two arguments. The first is starting positin of the knight on chessboard and second the goal position which we are trying to reach. Use chess coordinates for example a1.

Example of runnable command:

./bin/console find-shortest-path:knight a1 g8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages