What resources are available for creating a two-player game interface?

I want to create a chess game of 2 players. What HTML and JS resources are available for creating a checkerboard with the ability to move parts? (note: I don't want a chess engine)

Also, as soon as I set the chessboard in the browser, how should I make the moves consistent with another person who has opened the same web page in the browser?

+3
source share
2 answers

You can use jQuery AJAX functions to exchange movements between players (and the server) in real time.

jQuery UI ( jQuery). , Droppable / Sortable .

(. )

+1

- , , HTML javascript (jQuery/knockout.js), Java, Jetty 8. . http://www.chesshunt.com

, Javascript.

0

All Articles