kjahan/four_knights_game
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
FOUR KNIGHTS PUZZLE =================== General Description: This is an implementation of four knights puzzle for iOS devices (iPhone/iPad) using PhoneGap technology and KineticJS Javascript library. How to play the game? This puzzle is easy to play. The goal is to swap the positions of black knights with the white ones with minimum number of moves. Therefore, at the end the black knights should be placed on the bottom row (in corner squares) whereas the white ones on the top row (in corner squares). The knight move is similar to the regular chess where a knight can make an "L" shape move. Link to the libraries: You can find about PhoneGap technology from here: http://phonegap.com/ You can also learn about KineticJS library from the following website: http://kineticjs.com/ Contributors: Kazem Jahanbakhsh and Khalegh Ahmadi If you have any questions, contact me @ k.jahanbakhsh@gmail.com