User Ratings

★★★★★
★★★★
★★★
★★
1
0
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • nice ai ... easy edit ... but You can't play a friend across the internet like it says in the description.You have to figure that out Yourself.We are not all web developers here lol. Disappointed.
  • when the white pawn passes through all field and changes on other figure, this figure it is impossible to go. solution: replace in function doLog(fromId, toId, pieceTaken, moveType) this string if (moveType == 'promote') boardPosition[toId] = promoteTo; for this: if (moveType == 'promote'){ boardPosition[toId] = promoteTo; if(promoteTo=='2') boardPosition[toId] = 2; if(promoteTo=='3') boardPosition[toId] = 3; if(promoteTo=='4') boardPosition[toId] = 4; if(promoteTo=='5') boardPosition[toId] = 5; } WBR, Igan
  • Previous
  • You're on page 1
  • Next