Check out Grant Acedrex, our featured variant for April, 2024.


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

Comments by CarlosCetina

LatestLater Reverse Order EarlierEarliest
Symmetric Chess. Play chess with a couple of queens flanking the king.[All Comments] [Add Comment or Rating]
💡📝Carlos Cetina wrote on Fri, Jul 24, 2020 10:04 PM UTC in reply to Fergus Duniho from 09:40 PM:

OK, thanks!


💡📝Carlos Cetina wrote on Fri, Jul 24, 2020 05:12 PM UTC:

I'm reporting that the following log is broken:

https://www.chessvariants.com/play/pbm/play.php?game=Symmetric+Chess&log=sissa-cvgameroom-2020-188-665

When trying to access it, one gets this message: 

A King may not castle after it moves. Use your browser's BACK button to go back to the previous page, then reload if necessary.

If this is your settings file, you may edit it at https://www.chessvariants.com/play/pbm/play.php?game=Symmetric+Chess&settings=rules&submit=Edit

@Fergus: Could you, please, take a look at it to try to figure out the cause? I know from email alerts that the last move was from my opponent (wdtr2) 10.Nb1-c3. The settings file was edited by Greg but I don't think he made any changes to the code that might have affected the log.

 


Play-test applet for chess variants. Applet you can play your own variant against.[All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Fri, Jul 24, 2020 05:11 PM UTC:

Okay, no rush. While fixing the issue, I'm using this other setup which is very useful to study the tactical possibilities that Sissa offers within the context of standard chess when replacing Queen for Sissa.

files=8 ranks=8 promoZone=1 promoChoice=S R B N graphicsDir=/graphics.dir/alfaerie/ squareSize=52 graphicsType=gif pawn:P:ifmnDfmWfceF:pawn:a2,b2,c2,d2,e2,f2,g2,h2,,a7,b7,c7,d7,e7,f7,g7,h7 knight:N:N:knight:b1,g1,,b8,g8 bishop:B:B:bishop:c1,f1,,c8,f8 rook:R:R:rook:a1,h1,,a8,h8 sissa:S:mavsiQ:snake:d1,,d8 king:K:KisO2:king:e1,,e8

Carlos Cetina wrote on Fri, Jul 24, 2020 05:21 AM UTC:

Configuring the applet to play test my variant called Cetran Chess 3, I find that something is wrong after inserting the HTML code on a web page because images of certain pieces are not uploaded. Five are the ones that fail: Amazon, Marshall, Archbishop, Knight-Wazir and Knight-Ferz.

Play-test applet

 

files=12 ranks=8 promoZone=1 promoChoice=AMZ Q S GRY AAN M A DK DH NW NF graphicsDir=/graphics.dir/alfaerie/ squareSize=52 graphicsType=gif pawn:P:ifmnDfmWfceF:pawn:a2,b2,c2,d2,e2,f2,g2,h2,i2,j2,k2,l2,,a7,b7,c7,d7,e7,f7,g7,h7,i7,j7,k7,l7 queen:Q:Q:queen:h1,,h8 archbishop:A:BN:knight--bishop:l1,,l8 chancellor:M:RN:knight--rook:a1,,a8 amazon:AMZ:QN:knight--queen:d1,,d8 sissa:S:mavsiQ:snake:f1,,f8 gryphon:GRY:FyafsF:gryphon:k1,,k8 aanca:AAN:WyavsW:dragon:c1,,c8 knight wazir:NW:WN:wazirknight:g1,,g8 knight ferz:NF:FN:ferzknight:j1,,j8 dragon horse:DH:BW:promotedbishop:b1,,b8 dragon king:DK:RF:promotedrook:i1,,i8 king:K:KisO4:king:e1,,e8
The Snake represents the Sissa.

Regardless of this small inconvenience, I can not but congratulate you for having developed such an extraordinary applet and I hope it is not complicated to fix the problem.


Sac Chess. Game with 60 pieces. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Wed, Jul 15, 2020 01:07 AM UTC:

Thank you very much!


Carlos Cetina wrote on Tue, Jul 14, 2020 06:41 PM UTC:

@Greg:

I just noticed that in both standard and alternate piece sets the labels for Sailor (R+F) and Missionary (B+W) are reversed.

They are currently incorrectly labeled thus:

Alt text for a graphic image = M

Alt text for a graphic image = S

They must be correctly labeled thus:

Alt text for a graphic image = S

Alt text for a graphic image = M

Could you please take a look at it?


The new editcomment.php script[Subject Thread] [Add Response]
Carlos Cetina wrote on Sat, Jul 11, 2020 05:56 PM UTC:

It seems that the script change affected the editor that is used in presets to write a brief description of the rules since these now appear in html view.

Example: Apothecary Chess-Classic


Sac Chess. Game with 60 pieces. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Fri, Jul 10, 2020 05:53 PM UTC:

You are welcome, Kevin.

The formatting issues seem to have been fixed. It only remains to mention that the available presets are three.


Expanded Chess. An attempt at a logical expansion of Chess to a 10x10 board.[All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Fri, Jul 3, 2020 06:07 PM UTC:

Set. Problem solved. Thank you very much for your help, Fergus.

osprey move corrected

 


Carlos Cetina wrote on Fri, Jul 3, 2020 04:34 PM UTC:

Interesting deduction, Ben. Let's see what Fergus thinks.


Carlos Cetina wrote on Fri, Jul 3, 2020 03:58 PM UTC:

Yes, but then how to explain that the program allows moving the piece like Ferz?

osprey move


Carlos Cetina wrote on Fri, Jul 3, 2020 02:24 AM UTC:

With the following code I have made some progress because the piece already can make the desired legal moves:

def Osprey fn (checkride #0 #1 1 1 and empty #0) 
  where #0 0 * 2 sign - rank #1 rank #0 
  #1 
  or fn (checkride #0 #1 1 1 and empty #0) 
  where #0 * 2 sign - file #1 file #0 0 
  #1
or checkleap #0 #1 2 0;

 

def Osprey-Range mergeall 
  leaps #0 2 0 
  rays where #0 0 2 1 1 
  rays where #0 0 -2 1 1 
  rays where #0 2 0 1 1 
  rays where #0 -2 0 1 1;

However something must be wrong since the program allows the Osprey to be moved as ferz. What do you think is the cause?


Carlos Cetina wrote on Thu, Jul 2, 2020 06:53 PM UTC:

Thanks. I think we are close to finding the solution!

Then the question is how do we get the where operator returns the 4 options:

where #0 2 0

where #0 -2 0

where #0 0 2 

where #0 0 -2

Is there any other digit to use instead of 0 that fulfills the desired purpose? I mean the zero that I previously underlined.

What is easy to deduce is that the first backward line of code should look like this:

or checkleap #0 #1 2 0;

Is my assumption about the Osprey-Range definition correct?

def Osprey-Range mergeall 
leaps #0 2 0 
rays where #0 0 2 1 1 
rays where #0 0 -2 1 1 
rays where #0 2 0 1 1 
rays where #0 -2 0 1 1;

Carlos Cetina wrote on Thu, Jul 2, 2020 02:54 AM UTC:

How should the underlined parts be read (interpreted)?

def Aanca fn (checkride #0 #1 1 1 and empty #0) 
where #0 0 sign - rank #1 rank #0 
#1 
or fn (checkride #0 #1 1 1 and empty #0) 
where #0 sign - file #1 file #0 0 
#1
or checkleap #0 #1 1 0;

 

Particularly, what do the underlined  0 's mean?

def Aanca fn (checkride #0 #1 1 1 and empty #0) 
where #0 0 sign - rank #1 rank #0 
#1 
or fn (checkride #0 #1 1 1 and empty #0) 
where #0 sign - file #1 file #0 0 
#1
or checkleap #0 #1 1 0;

Carlos Cetina wrote on Wed, Jul 1, 2020 02:23 PM UTC:

@Fergus,

Trying to edit a preset for this interesting variant by using the fairychess include file I'm almost done, just need to define the function of the Osprey which is a color-bound aanca, first jumping as dabbabah and then sliding outward as bishop. The following diagram shows its move:

I guess the code for Osprey-Range would look like this:

def Osprey-Range mergeall 
  leaps #0 2 0 
  rays where #0 0 2 1 1 
  rays where #0 0 -2 1 1 
  rays where #0 2 0 1 1 
  rays where #0 -2 0 1 1;

and the Osprey-Desc thus: 

"The %s jumps to the second square on the same rank or file, and then slides outward as a bishop."

Could you please tell me the code for such a function? No hurry; when you can spend some time it's fine. Thanks in advance.

 


Sac Chess. Game with 60 pieces. (10x10, Cells: 100) [All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Sun, Jun 28, 2020 11:39 PM UTC:

@Greg,

The key at the bottom that describes the pieces shows Alfaerie images.

 

So is. I already corrected it. I even put links to the three presets separately so that the player who is going to launch an invitation can choose the one he/she likes.


Carlos Cetina wrote on Sun, Jun 28, 2020 08:33 PM UTC:

@Greg,

 Thank you very much!

@Kevin,

The new preset page is already updated. Please let me know if you want us to write any particular text there. You don't have to worry about past game logs being affected because I have used another settings name.

 


Carlos Cetina wrote on Sun, Jun 28, 2020 01:02 PM UTC:

I have never seen the word 'compound' used in sequential meaning; I would say the Sissa is an (isosceles) hook mover. And I would not say the Tai Shogi Hook Mover is a (conjunctive) compound of two Rooks. The word 'or' usually implies 'and', and if you consider this operations on the move sets, the 'conjunctive compound' of R and B would have no moves (as B and R have no moves in common), and the conjunctive compound of K and R would be the Wazir, etc. There doesn't seem a case where this cumbersome way of describing more elementary move sets is useful, as they tend to all have simple names of their own. Note that the Sissa can neither move as a Rook, nor as a Bishop.

It seems to me the addition of 'disjunctive' serves no other purpose here then sow confusion in a case that otherwise would be correctly understood with 100% certainty.

Thank you very much, HG, for the clarification. Soon I will make the correction in what corresponds to the Sac Chess preset. It will take more time to do it in other texts because they are many.

What is paradoxical and anecdotal about this case is that I believed that making that distinction introduced clarity!

In passing, it should be borne in mind that 90% of what I write in English is "formatted"  [written, thought, said] by the Google translator.


Carlos Cetina wrote on Sat, Jun 27, 2020 07:06 PM UTC:

Thanks Greg. I would suggest that players could choose customize the piece set between abstract and alfaerie.

The one who edited the preset in use was me with some guidance from Fergus.


Carlos Cetina wrote on Sat, Jun 27, 2020 06:40 PM UTC:

Sissa is a compound of rook and bishop but its move is not disjunctive, it is conjunctive.

Conjunctive = A and B

Disjunctive = A or B

Am I right?


Carlos Cetina wrote on Sat, Jun 27, 2020 03:27 PM UTC:

Hello Greg,

I would like to know if there is any way to access the set of pieces that ChessV uses for Sac Chess, that is, to which group does it belong and the name of the particular set?

I am looking to change in the current preset of Sac Chess the image of the zebra for the most appropriate of the knight/guard.


Cetran Chess 3[Subject Thread] [Add Response]
Carlos Cetina wrote on Fri, Jun 26, 2020 11:25 PM UTC:

Analysis of the final position of the Cetran Chess 3 game played by Carlos Cetina (White) vs Daniel Zacharias (Black) made to answer a question raised by Thor Slavensky.

Cetina vs Zacharias

Black to move. 25th turn. Black's King is double-checked. White's Sissa checks via j4-j6-l8. Then 25. ... Kxl7 is forced. After 26.k6+ arises the following position.

CC vs DZ (1)

Black has 5 alternatives:

1) 26. ... Kk7 27.l6#

CC vs DZ (2)

2) 26. ... jxk6 27.lxk6+ Kk7 27.DKl7#

CC vs DZ (3)

3) 26. ... Sxk6 27.lxk6+ Kk7 28.DKl7+ Kj8 29.DKxj7#

CC vs DZ (4)

4) 26. ... GRYxk6 27.lxk6+ Kk7 28.DKl7#

CC vs DZ (5)

5) 26. ... Kl6 27.Sl3+ giving check via l3-i3-l6 

CC vs DZ (6)

Now Black has 2 alternatives: (A) 27. ... Kk7 and (B) 27. ... GRYj4 [obstructing the checking path].

If (A) 27. ... Kk7, then 28.l6+   

CC vs DZ (7)

Now Black has 2 possible moves: (A1) 28. ... Kxk6 and (A2) 28. ... Kl8.

Let's see A1 in detail move by move. 28. ... Kxk6 29.DKk1+

CC vs DZ (8)

The White's Sissa from l3 controls l7 (via l3-h3-l7), l6 (via l3-i3-l6) and l5 (via l3-j3-l5). Then 29. ... Kj5 [forced] 30.Sk5+

CC vs DZ (9) 

Now the Sissa from k5 controls i6 (k5-j6-i6), i5 (k5-i3-i5 or k5-k3-i5 or k5-k7-i5) and k6 (k5-l5-k6 or k5-j6-k6). Then 30. ... Kj4 [forced] 31.DKk4#

CC vs DZ (10)

Sissa and Dragon King defend each other.

Now let's see the A2 alternative 28. ... Kl8 29.k7+

CC vs DZ (11)

29. ... AANxk7 [forced because the White's Sissa controls l7 via l3-h3-l7] 30.lxk7+ Kxk7

CC vs DZ (12)

At this point it is not clear whether or not White has any decisive advantage. To continue attacking it needs to move its Gryphon to g2 so that the Amazon can join the fight and the Aanca from c1 can also do it later. Maybe Black could rearrange his defense starting with Gryphon k6.

Returning to the position after 26. ... Kl6 27.Sl3+

CC vs DZ (6)

The B alternative, 27. ... GRYj4, could be replied with 28.Sxj4 and if 28. ... AANxi5 then 29.DKk1.

CC vs DZ (13)

Again, it is not clear that White has any decisive advantage. However I think White has enough compensation for the Queen. The fight continues and "the coin is in the air".

 


Apothecary Chess-Modern. Large board variant obtained through tinkering with known games.[All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Mon, Jun 22, 2020 07:35 PM UTC:

@Aurelian,

At our current game I cannot make 7... b h5-f3 (bishop x wizard) because the GC program says: "A King may not use the special moves out of check. Use your browser's BACK button to go back to the previous page, then reload if necessary."

In order not to affect the current games, it would be convenient to do the tests to improve the code in a cloned preset using another settings name.


ChessVA computer program
. Program for playing numerous Chess variants against your PC.[All Comments] [Add Comment or Rating]
Carlos Cetina wrote on Thu, Jan 23, 2020 02:45 PM UTC:

I have already downloaded the new version. Thanks again for your excellent work. I think the released date mentioned on your website has the wrong year.

Watch ChessV acting in all its glory!


Carlos Cetina wrote on Thu, Jan 16, 2020 08:01 PM UTC:

Thanks, Greg, for answering. Hopefully soon some mobile apps developer could join and help in your ChessV undertaking.

I'm sorry to tell you that I have found these bugs:

1. In Ministers Chess setup the i-rook and the h-knight from White side are switched.

2. In Sac Chess both kings cannot castle.

3. When rotating the boards the numerical coordinates remain unchanged.

4. In Gross Chess the window size does not fit proportionally to the PC screen.

Aside of that, I'm enjoying immensely your masterpiece!


25 comments displayed

LatestLater Reverse Order EarlierEarliest

Permalink to the exact comments currently displayed.