Skip to content

An engine and UI for a chess variant game, written in Python

Notifications You must be signed in to change notification settings

mkmeller/Chess-Variant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Chess Variant Project

Here is the starting position for the game:

starting position for game

As in standard chess, white moves first. The first player to move their king onto row 8 is the winner, unless black finishes the next move after white does, in which case it's a tie. Pieces move and capture the same as in standard chess. As in standard chess, a player is not allowed to expose their own king to check (including moving a piece that was blocking a check such that it no longer does). Unlike standard chess, a player is not allowed to put the opponent's king in check (including moving a piece that was blocking a check such that it no longer does).

About

An engine and UI for a chess variant game, written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages