[jQuery] Re: jChess

2007-12-08 Thread aldur
I haven't forgotten it just haven't got round to writing it it is version 0.1 after all ;-) On Dec 8, 6:02 pm, "Fabien Meghazi" <[EMAIL PROTECTED]> wrote: > > Ok all you eager beavers go play. > > >http://www.bloodmoongames.com/opensource/jChess/ > > I think you forgot a special move. Don't know

[jQuery] Re: jChess

2007-12-08 Thread Richard D. Worth
In english, it's just En passant. See: http://en.wikipedia.org/wiki/En_passant - Richard On Dec 8, 2007 1:02 PM, Fabien Meghazi <[EMAIL PROTECTED]> wrote: > > > Ok all you eager beavers go play. > > > > http://www.bloodmoongames.com/opensource/jChess/ > > I think you forgot a special move. Don'

[jQuery] Re: jChess

2007-12-08 Thread Fabien Meghazi
> Ok all you eager beavers go play. > > http://www.bloodmoongames.com/opensource/jChess/ I think you forgot a special move. Don't know how it is called in english but in french it's called "prise en passant" See pictures at the end of this page to see what I mean : http://echec.jeu.free.fr/regl

[jQuery] Re: jChess

2007-12-08 Thread aldur
Ok all you eager beavers go play. http://www.bloodmoongames.com/opensource/jChess/

[jQuery] Re: jChess

2007-12-07 Thread Chris Jordan
Sweet! Thanks for the update. :o) Chris On Dec 7, 2007 6:38 AM, aldur <[EMAIL PROTECTED]> wrote: > > I'm in the process of setting up my web site again. > > it will be on the http://www.bloodmoongames.com site when the new > version goes up. > > I've had to move hosting companies. > > -- http

[jQuery] Re: jChess

2007-12-07 Thread aldur
I'm in the process of setting up my web site again. it will be on the http://www.bloodmoongames.com site when the new version goes up. I've had to move hosting companies.

[jQuery] Re: jChess

2007-12-06 Thread Chris Jordan
aldur, Let's see a demo, dude! :o) -Chris On Dec 6, 2007 9:05 AM, aldur <[EMAIL PROTECTED]> wrote: > > > > > > > > $(document).ready( >function(){ >$("#chessboard").chess(); >} > ); > > >table.board{border:1px solid black} >table.board td{

[jQuery] Re: jChess

2007-12-06 Thread aldur
$(document).ready( function(){ $("#chessboard").chess(); } ); table.board{border:1px solid black} table.board td{border:1px solid black;display:table-cell} table.board td.legend{background-color:white;border:1px solid white;text-align

[jQuery] Re: jChess

2007-12-06 Thread aldur
if (window.Node && Node.prototype && !Node.prototype.contains) { Node.prototype.contains = function (arg) { return !!(this.compareDocumentPosition(arg) & 16) } } (function($) { //Make nodes selectable by expression $.extend($.expr[':'], { chess: "(

[jQuery] Re: jChess

2007-12-06 Thread aldur
OK have registered, but can't login to the jQuery plugins site.

[jQuery] Re: jChess

2007-12-04 Thread Jörn Zaefferer
John Resig schrieb: I think he's just talking about putting his code in jquery.com/plugins - for which you just need an account there. Oh, right. In that case just registering is easy enough: http://jquery.com/plugins/user/register Jörn

[jQuery] Re: jChess

2007-12-04 Thread John Resig
I think he's just talking about putting his code in jquery.com/plugins - for which you just need an account there. --John On Dec 4, 2007 5:05 PM, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > Shawn schrieb: > > How about a link so we can see it??? :) > > > > As for the repository, I *think* you

[jQuery] Re: jChess

2007-12-04 Thread Jörn Zaefferer
Shawn schrieb: How about a link so we can see it??? :) As for the repository, I *think* you just need to create an account on jQuery.com Nope - its now hosted on code.google.com, therefore you need to be a member on that google-code project to commit. Jörn

[jQuery] Re: jChess

2007-12-04 Thread Shawn
How about a link so we can see it??? :) As for the repository, I *think* you just need to create an account on jQuery.com Shawn aldur wrote: > does anyone kow how to go about gettnig acces to upload this to the > JQuery repository

[jQuery] Re: jChess

2007-12-04 Thread aldur
does anyone kow how to go about gettnig acces to upload this to the JQuery repository

[jQuery] Re: jChess

2007-12-04 Thread aldur
still got some work to do rewrote most of it today at lunch time Omega chess is a bugger to code. also teh code to checking a Checkmate has happened has cancelled the ability to add + on the notation for check for some reason.

[jQuery] Re: jChess

2007-12-04 Thread Rey Bango
I would love to see this app. :) Rey aldur wrote: I've written a jQuery app that will draw a chess board and let you play chess currently requires two players on the same computer. will be updating it to use a server via AJAX to allow you to challenge friends to a game online. Current games