Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmclagan/chess.io

DEPRECATED: A chess game server and client implemented with socket.io and node.js.
https://github.com/andrewmclagan/chess.io

Last synced: 23 days ago
JSON representation

DEPRECATED: A chess game server and client implemented with socket.io and node.js.

Awesome Lists containing this project

README

        

chess.io
========

A chess game server and client implimented with socket.io and node.js.

Documentation
=============

game.core
---------
+ board
+ capturedWhite
+ capturedBlack
+ currentPlayer
+ gameID
- movePiece
- calulateMove
- getMovePath
- getGameState

game.server
-----------
- clientLobbyConnect
- clientGameConnect
- clientLobbyDisconnect
- clientGameDisconnect
- clientChatSend

game.client
-----------
+ render (view renderer)
- serverGameUpdate
- serverChatUpdate

game.matrix
-----------
-