Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 907 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 907 Bytes

Goose-Chess

a program in which you can play my chess variant Goose Chess

I recommend using the compatible version! The Goose is represented by an "@" and the Egg by a "*". The King, Queen, Chancellor, Rook, Bishop, Knight, and Pawn are represented by "K", "Q", "C", "R", "B", "N", and "P" if they belong to White and the lowercase versions of the letters if they belong to Black.

rules: https://www.chess.com/forum/view/site-feedback/new-variant-idea-goose-chess

important note: To play, follow the directions in red below the chessboard!

important note 2: Draws by Agreement, Resignations, and Draws by Dead Position are not supported by the program! If these events happen, simply close the program and notify your opponent.

important note 3: You need Python installed to play this! You can download it here: https://www.python.org/downloads/. It must be version 3.10 or higher, preferably 3.12.6.