-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
23 lines (17 loc) · 909 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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