Skip to content

Given the position of a knight it calculates all possible next moves of the knight.

License

Notifications You must be signed in to change notification settings

acmpesuecc/chess_moves_of_knight

Repository files navigation

chess_moves_of_knight

Given the position of a knight list down all possible next moves.

Although chess is a very interesting two player game a chess board is also equally interesting as it opens doors to various computational problems. The moves of the knight are rather unusual and make a great programming problem.

Data Structure

Two-dimensional matrix

Compiling

make -f KnightMake

Usage

./KnightProg

About

Given the position of a knight it calculates all possible next moves of the knight.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages