fraktalsyndrom / distributed-chess

Online massively multiplayer chess game with chat-based move selection.
MIT License
1 stars 0 forks source link

Choose open source HTML5 chess engine #1

Open fraktalsyndrom opened 10 years ago

melburn commented 10 years ago

Should we just do our thing very seperated, and assume it's easy to integrate with whatever chess engine we choose later? (also opens possibilities to use more than one)

Mackanzx commented 10 years ago

Wouldn't know until we've seen what's out there.

Mackanzx commented 10 years ago

Alternative 1: https://github.com/oakmac/chessboardjs/blob/master/README.md

No logic. Just a good way to represent chess.

Mackanzx commented 10 years ago

And it can integrate with this engine. https://github.com/jhlywa/chess.js/blob/master/README.md

Maybe this is what we need? Let's look into this combination :)