Check out Janggi (Korean Chess), our featured variant for December, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Comments/Ratings for a Single Item

EarliestEarlier Reverse Order LaterLatest
Game Courier Logs. View the logs of games played on Game Courier.[All Comments] [Add Comment or Rating]
Jose Carrillo wrote on Wed, Feb 27, 2008 01:28 AM UTC:Excellent ★★★★★
Can someone edit the link on the page for Modern Chess to list the 'Game
Courier Logs for Games of Modern chess'?

Currently this link points to:
http://play.chessvariants.org/pbmlogs/index.php?age=0&stat=any&gamewcp=Modern+chess

and displays no games in progress.

The right link should be:
http://play.chessvariants.org/pbmlogs/index.php?age=0&stat=any&gamewcp=Modern+Chess

with a Capital C for Chess (the search is case sensitive).

[Done! -Eds]

Thanks!!!

Jose Carrillo wrote on Thu, Feb 28, 2008 09:26 PM UTC:Excellent ★★★★★
The email systems is working again! I received a move notification today!

Great!!! Thanks!

Stephen Stockman wrote on Tue, Mar 4, 2008 12:34 PM UTC:Excellent ★★★★★
I posted a video for 4-Way Chess on YouTube. Please go there and watch it if you are curious.

David Paulowich wrote on Sat, May 24, 2008 02:08 PM UTC:

ATTENTION EDITORS

Michael Schmahl wrote on another page: 'Help, I've changed my password and I don't know what I've changed it to! I can't find any account-recovery page at all.'


I have reset Michael's password and sent him an email with his new password. --D. Howe


David Paulowich wrote on Wed, Oct 15, 2008 11:41 PM UTC:

EDIT:Thanks, Fergus, the 'empty e5 f5;' line works fine.

Shatranj Kamil X sets up 'dummy pieces' at the start and then removes them in the pregame phase with the commands @-e5 and @-f5, which move 'nothing' to those two squares. This permits showing a complete piece set at the bottom of the game page. Right now the code does not allow such commands. No rush - Joe Joyce still has 89 more days to make his move. QUOTE FOLLOWS:

I am testing new code. There could be problems for the interim. Come back later if things aren't working right now.

Syntax Error on line 0

@-e5 is not a valid expression, because @-e5 is not a recognized piece, coordinate, command, or subroutine.For the sake of debugging, here is the full GAME Code program that this error occurred in. The lines have been properly indented to help you spot scope errors.

0 @-e5

1 @-f5

2 moveindex 0


🕸📝Fergus Duniho wrote on Thu, Oct 16, 2008 01:18 AM UTC:
I rewrote part of Game Courier to clearly distinguish between user input and programming code, so that I could write code that restricts user input without affecting any programming code. One consequence of this is that notation no longer works as programming code unless it is preceded by the keyword 'MOVE:'. I could fix it so that notation can be used as programming code again, but it would involve duplicating code, and I would rather encourage the use of commands for programming code. The operation you are using @- for can be done with the empty command. Just replace your two lines with the statement 'empty e5 f5;'. The statement 'capture e5 f5;' will do the same thing but keep track of the last piece captured, just as if you used notation. But given your reason for this code, what you're really trying to do is modify the value of the $piecekeys variable, which can be done with the setsystem command. Use this statement for that purpose: 'setsystem piecekeys c C f F k K n N p P r R s S 1e 1E .1ef .1EF;' This will let your setup be accurate while still including the extra pieces among the available pieces.

pallab basu wrote on Wed, Dec 10, 2008 12:24 AM UTC:
Stockman,
This is not a right place to ask, but what is the link of your video?

Stephen Stockman wrote on Mon, Dec 29, 2008 12:59 AM UTC:
just go to YouTube and type in 4-way chess to find my videos, thx

🕸📝Fergus Duniho wrote on Wed, Feb 11, 2009 12:42 AM UTC:
I just deleted the log sissa-joejoyce-2009-40-877, because an error in it was halting execution of the logs page. The error appears to be in the line that assigns the name of the settings file. It apparently includes an apostrophe in it. I suggest renaming the settings file without the apostrophe and starting a new game.

Joe Joyce wrote on Wed, Feb 11, 2009 01:40 AM UTC:
Fergus, thanks. I thought it was just my games. I just emailed Carlos Cetina [sissa] about the problem, as he sent me the invite. Joe

Jose Carrillo wrote on Thu, Jun 25, 2009 02:28 AM UTC:
[comment deleted]

Anonymous wrote on Sun, Nov 29, 2009 01:13 AM UTC:

Fergus, clicking [Move] on the Burmese Chess Preset page results in the following message. I am guessing that you need to use the 'empty' command on those squares.

Syntax Error on line 0@-e8 is not a valid expression, because @-e8 is not a recognized piece, coordinate, command, or subroutine.For the sake of debugging, here is the full GAME Code program that this error occurred in. The lines have been properly indented to help you spot scope errors.

   0 @-e8
   1 @-g8
   2 @-c7
   3 @-d7
   4 @-e7
   5 @-f7
   6 @-c6
   7 @-d6
   8 @-e3
   9 @-f3
  10 @-g3
  11 @-d2
  12 @-f2
  13 @-g2
  14 @-c1
  15 @-e1
  16 end

🕸📝Fergus Duniho wrote on Sun, Nov 29, 2009 03:17 AM UTC:
Yes, you should use the empty command. Game Courier used to be able to take moves as commands, but to separate parsing of commands and moves, I changed it to internally preface any move with 'MOVE: '. When it sees moves in the programming code without the MOVE: keyword, it doesn't know what to do with them. Use commands where you can in the programming code, and use actual moves only where needed.

Daniil Frolov wrote on Fri, Jun 25, 2010 02:22 PM UTC:
Among game logs, there are some games, wich have no description of rules anywhere (at least, i can't find them). For example, Chinese Army vs Tamerlane Army (i clicked on lind, wich should lead to page of rules for this game, but it leads to description of regular Xiang-qi).

Claudio Martins Jaguaribe wrote on Mon, Aug 16, 2010 03:03 AM UTC:
Daniil, altough I hate you (LOL), I had the same problem!

MOre in the xx vs yy.

Hugs!

🕸📝Fergus Duniho wrote on Tue, Aug 17, 2010 12:57 AM UTC:
It is the responsibility of people who create presets to include a link to the rules. Some people neglect this responsibility, resulting in presets without any description of the rules.

Carlos Cetina wrote on Tue, Aug 17, 2010 10:41 PM UTC:
For example: Pawnless vs Pawnful FIDE

Stephen Stockman wrote on Wed, Aug 25, 2010 11:45 PM UTC:Good ★★★★
Hi Everyone! I have a new web-site for 4-Way Chess at Webs(dot)com because geocities shut down there free web-sites. Can some of you fine gents and ladies please go to my web-site and register as a member, its free and easy and only takes a minute or two, and if I can get at least 10 members it will help me to maintain my free status on my web-site. The web address is:

http://www.fourwaychess.webs.com/

XeonGrey wrote on Wed, Dec 15, 2010 04:04 AM UTC:
Someone please accept my challenge in Omega Chess!!! No one accept my challenge until now!!!

Carlos Cetina wrote on Wed, Dec 15, 2010 10:43 PM UTC:
I would accept your challenge but with a time parameters more relaxed: spare 2 weeks, grace 3 days.

xeongrey wrote on Sat, Jan 22, 2011 02:56 PM UTC:
Some one please play Omega Chess with me!!!

xeongrey wrote on Sat, Jan 22, 2011 02:58 PM UTC:
Some one please play Omega Chess with me!!!

XeonGrey wrote on Sun, Jan 23, 2011 06:48 AM UTC:
Ok I create a new game with new time limit!!! Please accept the challenge!

xeongrey wrote on Tue, May 10, 2011 10:24 PM UTC:
someone please play Omega Chess with me :D

xeongrey wrote on Sun, May 29, 2011 01:23 PM UTC:
Anyone want to play Ultima with me?

25 comments displayed

EarliestEarlier Reverse Order LaterLatest

Permalink to the exact comments currently displayed.