![]() |
|
Team Chess |
FMC
Member #4,431
March 2004
![]() |
Since the great success of the other thread i decided to open a new one, specifically for playing chess. I hope we will manage to do a team play this time. Every member of the team must post, no member can move twice in a row (there can be exceptions if both team members agree) So, White Team: Black Team: Note:there is no team size limit. [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
Evert
Member #794
November 2000
![]() |
I'll be white then, but I can't guarentee I'll post often... |
Steve Terry
Member #1,989
March 2002
![]() |
How about someone take RP's chat code and turn it into a networked chess program? Should be simple enough to handle and then you won't have to play ASCII chess over A.cc. ___________________________________ |
superstar4410
Member #926
January 2001
![]() |
Add me to the team black Don't take yourself too seriously, but do take your responsibilities very seriously. |
FMC
Member #4,431
March 2004
![]() |
Steve said: How about someone take RP's chat code and turn it into a networked chess program? Should be simple enough to handle and then you won't have to play ASCII chess over A.cc. Who talked of ASCII code? r n b q k b n r p p p p p p p p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . P P P P P P P P R N B Q K B N R , that using my script (see sig) becomes this: The idea is to play on a forum in order to make epic games that last months!(ookay, i'm exaggerating here) Added Evert and superstar4410. [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
khristina yer
Member #5,795
May 2005
![]() |
http://www.chess.net |
Dennis
Member #1,090
July 2003
![]() |
I join white. --- 0xDB | @dennisbusch_de --- |
Kirr
Member #5,060
September 2004
![]() |
I'll join black to balance Evert. Quote: no member can move twice in a row (there can be exceptions if both team members agree) Yeah, this is very good addition. So if you are starting some risky attack make sure your teammates can understand your plan. -- |
X-G
Member #856
December 2000
![]() |
A recommendation for your script: Wouldn't it be easier to record all the chess movements and work from there? It would make much tidier input for the script; you could send it movements in, say, algebraic notation instead of the entire board state. -- |
FMC
Member #4,431
March 2004
![]() |
Yes Kirr, turn to the dark side. X-G: but there is the risk that someone might play with the script and give it input while we play, thus changing the board. I could change notation to something like show?board=X&move=MOVE, so that the move changed only board X, but i think it would be more confusing. On the other hand i could just link with show?board=X (where X would remain a constant for all of our game)but this way there would be no way to see the old moves. Would do you people say? [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
X-G
Member #856
December 2000
![]() |
I was thinking more like the board taking the entire game in algebraic form. You'd pass the entire game to the script and it'd work out the moves. So you'd do, for instance: board.php?e4 e5 Nf3 Nc6 Bc5 a6 or similar. The next player would simply tack his move onto the existing list. In fact, since I'm bored, I started working on just such a script. -- |
Dennis
Member #1,090
July 2003
![]() |
FMC said: What do you people say?
I agree on the risks and problems you pointed out. Starting the game... (more players can still join!) r n b q k b n r p p p p p p p p . . . . . . . . . . . . . . . . . . . . P . . . . . . . . . . . P P P P . P P P R N B Q K B N R
-- --- 0xDB | @dennisbusch_de --- |
FMC
Member #4,431
March 2004
![]() |
I will not move first Dennis said: You could add some quickstart manual under the scripts interface page, Done X-G said: In fact, since I'm bored, Why don't you join the game? [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
X-G
Member #856
December 2000
![]() |
Quote: Why don't you join the game? Because it's been years since I played chess regularly. At any rate, I've made a chess widget of my own! It's at http://monkeyblah.com/chess.php and takes information in algebraic notation, each step separated by a comma. It should support most constructs (including disambuating captures and castling), but note that marking checks with + doesn't work. The current game with my script looks like this: http://monkeyblah.com/chess.php?e4 A future move might be, for instance, img http://monkeyblah.com/chess.php?e4,e5 or something similar. A longer example just to get a feel for it: http://monkeyblah.com/chess.php?e4,e5,Nf3,f6,Nxe5,fxe5,Qh5 -- |
Crazy Photon
Member #2,588
July 2002
![]() |
Quote: takes information in algebraic notation, each step separated by a comma Don't make games too long then, as the query string has a maximum length, usually 255 bytes. ----- |
superstar4410
Member #926
January 2001
![]() |
--- Moved the Knight---- -- r n b q k b . r p p p p p p p p . . . . . n . . . . . . . . . . . . . . P . . . . . . . . . . . P P P P . P P P R N B Q K B N R -- (white to move) Don't take yourself too seriously, but do take your responsibilities very seriously. |
FMC
Member #4,431
March 2004
![]() |
{"name":"show.php","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/7\/e\/7e8adc861691c8ec7fb4eb2b05bbc800.gif","w":400,"h":400,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/7\/e\/7e8adc861691c8ec7fb4eb2b05bbc800"} X-G said: Because it's been years since I played chess regularly. And if i said i've played more than 30 games in my whole life i'd be telling a lie [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
superstar4410
Member #926
January 2001
![]() |
Thanks for the info, I'll remember that next time Don't take yourself too seriously, but do take your responsibilities very seriously. |
Evert
Member #794
November 2000
![]() |
2... e5 {"name":"show.php","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/f\/ef3889bfd4c7e4800ac023722c5a329e.gif","w":400,"h":400,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/e\/f\/ef3889bfd4c7e4800ac023722c5a329e"} By the way, I hate Aljechin's Defence. |
FMC
Member #4,431
March 2004
![]() |
uhm... 3..Nd5 r n b q k b . r p p p p p p p p . . . . . . . . . . . n P . . . . . . . . . . . . . . . . . . . P P P P . P P P R N B Q K B N R
[FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
X-G
Member #856
December 2000
![]() |
I sporadically join the white team (and insist to use my own script!). 3. Bc4 http://monkeyblah.com/chess.php?e4,Nf6,e5,Nd5,Bc4 Oh yeah, one more thing. Because of His Messianitic Cloister, I can't make more than five moves. Sucks to be me, eh? -- |
Billybob
Member #3,136
January 2003
|
Quote: Don't make games too long then, as the query string has a maximum length, usually 255 bytes.
Most servers have the maximum GET set to about 2k. So the issue will probably be at the browser. Or ML's script might lock it down, shrugs. If it becomes a problem I suggest adding a bit of MySQL database to the mix. Add a script for adding a "game", which accepts the series of moves, assigns an unique id, adds it to the database, and then returns the id. Then modify the original script to accept an id as opposed to a serious of moves (or both).
|
Dennis
Member #1,090
July 2003
![]() |
Is it allowed to openly criticize moves? --- 0xDB | @dennisbusch_de --- |
FMC
Member #4,431
March 2004
![]() |
Yes, do so [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
Archon
Member #4,195
January 2004
![]() |
The black king and queen should swap places. |
|
|