syntithenai / jquery.garboChess

chess UI and AI for jquery
0 stars 0 forks source link

Chessboard.js #1

Open xtagon opened 9 years ago

xtagon commented 9 years ago

Hi,

As a user of Garbochess, I was happy to see your new jQuery wrapper. Good work! I always thought it would be cool to make GarboChess work with chessboard.js, what do you think?

syntithenai commented 9 years ago

To what end? Garbochess provides UI, move validation AND AI. I looked at those two first but I wanted a decent computer AI. Chessboard.js has a prettier API but hey, garbochess is accessible and hackable and by all reports is the best javascript AI.

S

xtagon commented 9 years ago

I just think the combination of Chessboard.js's great UI with Garbochess's great AI would be the best of both worlds. I started doing that with one of my now-on-hold chess projects, and might revisit it in the future.

syntithenai commented 9 years ago

Both worlds? What is great about the UI in chessboard.js that could be used in jquery.garbochess ?

S

On Tue, Nov 25, 2014 at 10:04 AM, Justin Workman notifications@github.com wrote:

I just think the combination of Chessboard.js's great UI with Garbochess's great AI would be the best of both worlds. I started doing that with one of my now-on-hold chess projects, and might revisit it in the future.

— Reply to this email directly or view it on GitHub https://github.com/syntithenai/jquery.garboChess/issues/1#issuecomment-64281666 .

Steve Ryan Software Engineer stever@syntithenai.com phone (mobile) 0423 083 685 phone (SIP) 61262237142 260 Spring Creek Road Buckajo NSW 2550 Australia

xtagon commented 9 years ago

It looks nicer (than Garbochess) by default, it includes the grid numbers, piece themes (so you can change the UI's theme easily), as well as a nice API for interacting with the board and hooking into events. And it doesn't depend on jQuery-UI

syntithenai commented 9 years ago

ta will look into that. currently trying to get it to work with pouchUI so I have collaborative. https://github.com/syntithenai/pouchUI

S

On Tue, Nov 25, 2014 at 11:39 AM, Justin Workman notifications@github.com wrote:

It looks nicer by default, it includes the grid numbers, piece themes (so you can change the UI's theme easily), as well as a nice API for interacting with the board and hooking into events.

— Reply to this email directly or view it on GitHub https://github.com/syntithenai/jquery.garboChess/issues/1#issuecomment-64291432 .

Steve Ryan Software Engineer stever@syntithenai.com phone (mobile) 0423 083 685 phone (SIP) 61262237142 260 Spring Creek Road Buckajo NSW 2550 Australia

xtagon commented 9 years ago

Interesting, good luck with pouchUI!