Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.