Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alquerkonane #40

Open
AlainBusser opened this issue Apr 8, 2023 · 0 comments
Open

alquerkonane #40

AlainBusser opened this issue Apr 8, 2023 · 0 comments

Comments

@AlainBusser
Copy link

In the Reunion island version of checkers (https://irem.univ-reunion.fr/spip.php?article1165) there are interesting values like

  • all the integers
  • some fractions like -3/2 or 1/2
  • the star
  • up...

The game is played on a board which is usually rectangular. There are black and white pawns. Each player in turn can

  • move (to one's NE or NW direction) a pawn, one square at the time, if the new square is free.
  • or take one pawn of the opposite color, jumping over it like in konane (hence the name of this game), wiz going to the N, S, E or W two squares if the new square be empty and there be an opposite's pawn between the ancient and new position.

Multiple takes are not allowed and taking a pawn is not mandatory. When a pawn has managed to go to the opposite side, it is not promoted to a king, it is just blocked there (so this is checkers without kings). The first player who can not move either of his pawns (for example because they have all been taken by the opposite player) looses the game.

One detail also: the black pawns are initially on the black squares of the first 2 rows of the checkerboard, while the white pawns are initially on the white squares of the upper 2 (from the black's point of view) rows of the checkerboard. Which implies that during the game, all black pawns are always on black squares and all white pawns are always on white squares.

On can try the game here: https://alainbusser.github.io/primaire/html/alquerkonane5bis.html (the checkerboard is upside down, as the black pawns are at the top).

If there be an alquerkonane library in CG Suite it would allow to make both alquerkonane and CG Suite better known. If not, I would like to learn some of CG Script to make my own experimentations 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant