Check out Symmetric Chess, our featured variant for March, 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/Ratings for a Single Item

Later Reverse Order Earlier
Cetran Chess 2. Missing description (8x8, Cells: 64) [All Comments] [Add Comment or Rating]
Daniel Zacharias wrote on Sat, Dec 9, 2023 12:34 AM UTC:Excellent ★★★★★

I like Cetran 3 more than the 8x8 versions. The piece variety makes it much more fun.


Kevin Pacey wrote on Tue, Oct 3, 2017 01:01 AM UTC:Excellent ★★★★★

A popular variant on Game Courier currently, Cetran 2 has an interesting combination of pieces in whatever starting position is selected (by man and/or machine), many of them powerful, with the superb Sissa piece undoubtedly being the star of the show.

My tentative values for the pieces in this variant would be: P=1; N=3.5; R=5.5; DH=6; A=8; C=10; Q=10; S=10.33 approximately and the fighting value of K=4 (though naturally it cannot be traded), as given by a number of world class chess players historically, re: chess itself.


H. G. Muller wrote on Tue, Aug 22, 2017 07:48 PM UTC:

In the XBetza notation used by the Interactive Diagram, an 'i' modifier in a continuation leg stands for 'iso', and can be used to indicate that a slider leg must be of equal length as the preceding leg. So masR would be a hook mover that turns a right corner, and can have both legs of arbitrary length. But masiR would need both legs to be of the same length, and can thus only reach squares on a diagonal through it. The Sissa would be mavsiQ, where 'vs' expands to (f+b)(l+r) = fl + bl + fr + br, i.e. turning 45-degree or 135-degree corners.

This can also be used to indicate rifle captures by sliders, as a back-and-forth move that brings the slider back exactly to its square of origin. E.g. mRcabiR for a Rifle Rook.

files=10 ranks=10 promoChoice=NBRQ graphicsDir=../graphics.dir/alfaerie/ whitePrefix=w blackPrefix=b graphicsType=gif squareSize=54 symmetry=none pawn::::d2,e2,,h9 knight:N::knight:,,h10 rifle bishop:RB:mBcabiB:bishop:,,d6 hook mover:HM:RmasR:rook:,,f8 sissa::mavsiQ:guard:c3, king:::king:c2,,h7

Aurelian Florea wrote on Tue, Aug 22, 2017 05:28 PM UTC:

I apologize then!


🕸Fergus Duniho wrote on Tue, Aug 22, 2017 05:10 PM UTC:

No, I didn't say that.


Aurelian Florea wrote on Tue, Aug 22, 2017 04:59 PM UTC:

I'm sorry if I misunderstood but I think two comments ago you've said that the sissa is a rook/nightrider compound!


🕸Fergus Duniho wrote on Tue, Aug 22, 2017 04:53 PM UTC:

No one has said it moves in a straight line.


Aurelian Florea wrote on Tue, Aug 22, 2017 04:27 PM UTC:

Please pardon my barging in like that but how I understand the Sissa it moves n spaces like a rook and then n spaces like a bishop or vice versa, How does it move in a straight line. As I see the sissa is some sort lame nightrider.


🕸Fergus Duniho wrote on Tue, Aug 22, 2017 03:44 PM UTC:

For any space a Sissa can reach, there are four possible paths to it if it is on the same rank or file, and there are two possible paths to it if it lies in a hippogonal direction. For each possible path, there is only one possible turning point. So here are the steps to follow in calculating the legality of a Sissa move.

  1. Check whether the move is to a space that could be reached by a Rook or Nightrider move. If it cannot be, the move is illegal.
  2. If it is to the same rank, find the (up to) four spaces that are the same distance away from origin or dest along the file.
  3. If it is to the same file, find the (up to) four spaces that are the same distance away from origin or dest along the rank.
  4. If it lies in a hippogonal direction, find its shorter distance away, and find the (up to) two spaces that distance away along a rank or file and along a diagonal that each increase in the direction of the longer distance away.
  5. For each of the possible turning points, check whether the piece could make a Bishop or Rook move to it and then reach the destination by the other kind of move.

🕸Fergus Duniho wrote on Tue, Aug 22, 2017 02:48 PM UTC:

A Sissa can move to the same spaces as a Rook/Nightrider compound. If it moves at an acute angle, it will end up on the same rank or file as it begins on. If it moves at an obtuse angle, its furthest distance along one rank or file will have to be even, and the other distance will have to be half that. This will put it on a space that a Nightrider could reach. The difference is that it doesn't take the same path to its space as a Rook or Nightrider would.


🕸Fergus Duniho wrote on Tue, Aug 22, 2017 01:55 PM UTC:

A Sissa can make a legal move only if there is a space on the board, #x, from which the expression "and or and checkride origin #x 1 0 checkride #x dest 1 1 and checkride origin #x 1 1 checkride #x dest 1 0 == distance origin #x distance dest #x" is true. This might also be expressed in a way that allows for breaking from the expression when the truth value is known, such as "checkride origin #x 1 0 and checkride #x dest 1 1 or and checkride origin #x 1 1 checkride #x dest 1 0 and == distance origin #x distance dest #x". The brute force way would be to check every space on the board until a true value is found or all the spaces have been checked out. The smarter way would be to do some calculations to reduce the number of spaces that need to be checked. Additionally, the mathematical relation between origin and dest could be checked to make sure a Sissa move is even possible.


Nick Wolff wrote on Tue, Aug 22, 2017 01:29 AM UTC:

Fergus,

I told Carlos some time ago that I'd get his Sissa coded so he could have some rule enforcing presets - afterall, Cetran Chess 2 is one of the most played games on the site.  I know how to code it, but I'm not sure if there is a more efficient way to do so.  

How I KNOW how to do it is to do it similar to the Rose, where I use the map function to create directions (ex. n, s, nw, se, etc...), and logride to create the movement scheme.  The problem with this is that for the Sissa's movement on an empty 8x8 board, it would have a total of 288 different possible movements (with different placement on the board, of course), and if someone would want to impliment a Sissa on a larger board, they would have to adjust the code and add an extra 36 movements/paths per step up (from 8x8 to 9x9, etc.).  

Do you have any ideas on simplification?  I'm thinking variables might be the easiest way, but is there a way to impliment variables into the pathing?  A Sissa moves any amount of spaces orthogonally then the same amount of squares diagonally and vice versa, so instead of doing a path for EVERY possible amount of squares moved each direction, is there a way to say he moved x spaces in this direction, now must move x spaces that direction?  If you can logride with variables, that would cut 288 paths down to 36 AND you can use the same code for any board size.  Even better, if we can say x squares orthogonally (instead of x squares north or south or east or west) then x squares diagonally, that would reduce the paths further down to 8.  Is it possible?

I know its a loaded question, but thank you for the help!


💡📝Carlos Cetina wrote on Sat, Mar 21, 2015 09:57 PM UTC:
You are welcome, Cameron. Then here are the...

OFFICIAL FINAL STANDINGS

rank
name
score
1
Cameron Miles9.5/10
2
Jeremy Good8/10
3
Carlos Cetina6.5/10
4
Gary Gifford4/10
5
Joe Joyce2/10
6
Sagi Gabay0/10

Once again...

Congratulations!!!

Congratulations!!!

Congratulations!!!


Cameron Miles wrote on Fri, Mar 20, 2015 08:01 PM UTC:
I'd first like to thank Carlos for posting the preset linked below, and more importantly, for organizing this event. Not only was it the first "Cetran Chess 2" tournament ever, but it was also MY first Game Courier tournament ever, and (aside from the long break taken in the middle of it) I enjoyed it a lot.

While it would still be nice to play out that last game, I'm [finally] inclined to agree that there's no longer any good reason to delay making the final standings official. In the current position, if I still had the outcome of the tournament in mind, I'd most likely set up some sort of fortress to secure a draw (enough to hang on to the lead), which wouldn't be very interesting or exciting. Yet White retains reasonable winning chances, and can easily lose if too aggressive, so it'll be much more fun playing for a win than for a draw.

I'm especially looking forward to discussing future events, as it seems there are now a significant number of serious variant players taking Game Courier by storm, who would be more than willing to get in on the action. If anyone should want to email me about planned/upcoming events, my address is  [email protected] (and NOT [email protected], which I abandoned almost a year ago; unfortunately, this site does not allow one to replace the email address associated with their account).

💡📝Carlos Cetina wrote on Fri, Mar 20, 2015 05:20 PM UTC:
Thanks, Jeremy, for your concepts. Thanks also to all participants in the event.

In case you and Cameron want to continue the out-timed game, here is the special preset.

I will email you to define details on next tournaments.

Given that we have not heard anything from Joe, I express my deepest desire that he be in good health.


Jeremy Good wrote on Fri, Mar 20, 2015 10:58 AM UTC:Excellent ★★★★★

Cameron, I'm glad to play the game out for our own purposes, just as Joe Joyce and I hope to play out our games too, but without any bearings on Cameron's well-earned victory in this tournament. Thank you, Cameron, for exhibiting such tremendously great sportsmanship.

Your lavish praise of me earlier is much appreciated and made me feel already like a real winner long before our two games concluded. Thank you for that!

It really was part of my strategy to use as much time as I was allowed but I don't say it was a particularly good or ethical strategy. It may have created an aura of self-consciousness that wouldn't have been there otherwise and this may have detracted from the quality of some of the games, I'm not sure. But regardless, I, for one, learned a lot from playing in this tournament.

Thank you, Carlos, for organizing the tournament. I richly enjoyed it and look forward to the next one. I hope there will be another one in 2015 (I hope to talk with you about this, Carlos as I have some ideas about it; you mentioned wanting to organize other tournaments as well; let's discuss). I enjoyed the lucky games I played against you quite a bit too.

I would also like to come back and annotate each of the games played in this tournament. Perhaps a few of us can collaborate on that.

The tournament helped lure me back to the site and created a really positive turning point in focus, perhaps not just for me. I'm tremendously grateful that I was invited and allowed to play in it.

I tried very hard to win this tournament but I hope to re-double my efforts in the next one. There were points at which I wish I'd played much better (despite taking much time, overlooking some perhaps obvious moves) and/or taken more time to examine my moves (I see these time management issues as an essential part of my learning curve though) and obviously many points at which I benefited from others' blunders. I have a deep and increasing personal, vested interest in improving as a chess/variants-player. For one thing, I enjoy the athletic and aesthetic aspects of competitive chess.

The game Cetran Chess 2, like Tutti Frutti but more so, should help people appreciate that games with all different pieces are certainly as sophisticated as games with twin pieces. Cetran Chess 2 encompasses a nice range of value, with maybe four, five or six levels.

1) Knight (in its own beloved category).

2) Rook and Dragon Horse,

3) In its own category: Cardinal/Archbishop (which in some ways was the star of this tournament with its great mobility and forking ability),

4) Marshall/Chancellor

5) Queen

6) Sissa.

One could also lump the latter three in the same category as it frequently makes sense to allow exchanges among them. The exchangeability of pieces in categories 2 and 4 - 6 is part of what makes Cetran Chess 2 so fascinating. I think you really hit it out of the park with this one, Carlos.

Although the Sissa has a much more limited range than I thought initially (until the endgame it is very hard for it to go more than three or four spaces orthogonally), its tremendous forking abilities give it an edge, in my opinion, over all the other pieces, one that grows as pieces are removed from the board. If you can, I suggest to hang on to your Sissa! Too bad I had to exchange it in my last game.

As with all fairy pieces, I'm still trying to get used to it and even overlooked completely two of its moves in my last game (the ones prior to my opponent enjoying a sizeable material advantage).

The more I play with the Sissa, the more I appreciate it as a piece. It provides a wonderful and vital way of re-envisioning orthogonal and hippogonal distances on the chessboard.

Playing in this tournament gave me a renewed appreciation for both the piece and the game. Thanks again to you and everyone who played with me, including Sagi (don't be discouraged; thank you for conceiving of the idea of this tournament) and Joe (who is always a great player, designer and friend).

As a designer, I am inspired by Cetran Chess 2 to think about creating more games filled with diverse pieces and multi-tiered values. The randomizing keeps it fresh, but I encourage people to play both sides of each new random setup to make things fair.


Cameron Miles wrote on Fri, Mar 20, 2015 01:03 AM UTC:
The continuation of the game would obviously have to be timed in some way, but unless Jeremy doesn't think the position is worth playing out, the result should REALLY be determined by actual play, since 1st place now hinges entirely on that one game.

💡📝Carlos Cetina wrote on Fri, Mar 20, 2015 12:48 AM UTC:
Congratulations, Cameron, on having won the tournament. 

If Jeremy is willing to continue playing, I could edit the special preset. He also could edit it and send to you the respective invite.

Cameron Miles wrote on Fri, Mar 20, 2015 12:27 AM UTC:Excellent ★★★★★
I'll add in a well-deserved "Excellent" rating while I'm at it :)

The main reason for this comment, though, is that I'd like to request that the game shatteredglass-judgmentality-2014-237-084  be continued in another log. It really doesn't do this outstanding game justice to have its 1st official G.C. tournament be decided by a rather needless timeout.

💡📝Carlos Cetina wrote on Mon, Sep 8, 2014 01:17 PM UTC:

GAMES

Cameron MilesJeremy GoodCarlos CetinaGary GiffordJoe JoyceSagi GabayScore
1Cameron Miles
XXX
1 - 0
1 - 0
1 - 0
1 - 0
1 - 0
9.5/10
2Jeremy Good
0 - 1
XXX
1 - 0
1 - 0
1 - 0
1 - 0
8/10
3Carlos Cetina
1/2 - 1/2
0 - 1
XXX
1 - 0
1 - 0
1 - 0
6.5/10
4Gary Gifford
0 - 1
0 - 1
0 - 1
XXX
1 - 0
1 - 0
4/10
5Joe Joyce
0 - 1
0 - 1
0 - 1
0 - 1
XXX
1 - 0
2/10
6Sagi Gabay
0 - 1
0 - 1
0 - 1
0 - 1
0 - 1
XXX
0/10

💡📝Carlos Cetina wrote on Sun, Aug 24, 2014 04:11 PM UTC:

TOURNAMENT

players
start date
format
file name
Cameron Miles
Gary Gifford
Jeremy Good
Joe Joyce
Sagi Gabay
Carlos Cetina
Aug 23/2014
double round robin

150 days spare time

every games starting from a same asymmetric setup

1stcetran2tourney

SETUP


21 comments displayed

Later Reverse Order Earlier

Permalink to the exact comments currently displayed.