Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrewmclagan/chess.io
- Owner: andrewmclagan
- Created: 2012-09-25T04:00:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T13:16:53.000Z (over 10 years ago)
- Last Synced: 2024-04-15T13:14:07.561Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- getGameStategame.server
-----------
- clientLobbyConnect
- clientGameConnect
- clientLobbyDisconnect
- clientGameDisconnect
- clientChatSendgame.client
-----------
+ render (view renderer)
- serverGameUpdate
- serverChatUpdategame.matrix
-----------
-