Game Courier supports many different games. Here is one picked at random:
Culverin Chess - The Culverin is a cannon that can move like a king but must jump to capture (+zrf)

Choiss

If you had a Java-capable browser, you could play Choiss here.
Keys "s"=save "l"=load "b"=back once

Choiss!

First place your squares, then your pawns, then your pieces, then move. I did not allow promotions in this game. There is no pawn-two or castling. Peter A. Victor, 1985.

Chess Variants

These are simple illustrations rather than strong opponents.

Bug Reports -- Thank you! Keep them coming!

Written by Ed Friedlander


WWW Page Added: Sunday, December 30, 2001 

/home1/chessvar/public_html/play/erf/Choiss.html

Credits

Author: Ed Friedlander. Inventor: Peter A. Victor.

Comments

DateNameRatingCommentEdit
This item is a Java program,
It belongs to categories: Two dimensional, Uses cards, Sold commercially
It is a 2 player game.
It was last modified on: 2001-12-30
 Author: Ed  Friedlander. Inventor: Peter A. Victor. Choiss. (Cells: 64)
2006-05-21Joost Brugh Verified as Joost BrughNone

I played it a few times. I think I figured out the algorithm.

After placing the tiles, there are 12 ranks with total number of squares 64. Define: Area(n) = Number of squares on ranks 1..n. As there are 12 files, Area(1) = 0..12, Area(2) = 0..24 etc. Area(12) = 64. White may place pieces on rank r if Area(r) is 32 or less. For Black, it works the same, except that rank 12 is now rank 1 etc.

For example, if White and Black construct a Chessboard on ranks 2..9 (with eight squares on each rank. Then, for White: Area(1) = 0, Area(2) = 8, Area(3) = 16, Area(4) = 24, Area(5) = 32, Area(6) = 40 Area(n) > 40 for n>6б, so White can place pieces on ranks up to 5. For Black the same results in ranks from 12 down to 6.

If Area(n)=33, you just can't place pieces on the n'th rank. The maximum number of squares on the n'th rank is 12, so Area(n-1) must be at least 21. This is enough space to drop the 16 pieces. The game, however gets stuck if you have to drop your King into check.

View [*]
2006-05-21Jeremy Good Verified as Jeremy GoodNoneI'd like to know more about the rules on how to play this game: How do the two players get to decide where to put the squares?View [*]

List all comments and ratings for this item.

Add a comment or rating for this item.


The Chess Variant Pages

http://www.chessvariants.org/play/erf/Choiss.html
Last Modified: Mon, 22 Dec 2008 15:27:18 -0700
[info] [links] [edit] [quick edit]