donno2048 / LSChess

Literally Simultaneous Chess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSChess

I and my friends wanted to play a game of simultaneous chess, and then I thought, what if we played Literally Simultaneous Chess?

Rules

  1. There are no turns, the white player locks its move, and then the black player does (the code allows it to be in the opposite order too) - so the game is simultaneous.
  2. All the pieces move like normal chess pieces.
  3. If a piece is captured it dies.
  4. If the paths of two pieces cross in the same move they both die.
  5. There is no check or checkmate (or any other game ending condition), you need to take the king in order to win.

Install requirements

pip3 install pygame

Run

python3 chess.py

About

Literally Simultaneous Chess

License:MIT License


Languages

Language:Python 100.0%