Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/othello
Multiplayer Othello game in CoffeeScript - running PaperJS, SocketIO and Express
https://github.com/xixixao/othello
Last synced: 8 days ago
JSON representation
Multiplayer Othello game in CoffeeScript - running PaperJS, SocketIO and Express
- Host: GitHub
- URL: https://github.com/xixixao/othello
- Owner: xixixao
- Created: 2012-11-29T14:50:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T02:40:07.000Z (about 12 years ago)
- Last Synced: 2024-11-14T20:47:40.628Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Othello
=======Multiplayer Othello game in CoffeeScript.
For main game logic, look into src/model/game for Othello, Players and Board
classes.