Skip to main content

A simple chess variant where pieces have damage and health values.

Project description

OS-Windows OS-Linux OS-MacOS


ChessToTheDeath

A simple chess variant where pieces have damage and health values.
Explore the code »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

This project simply contains a custom chess variant in which every chess piece has it's own health and damage values. Therefor simply taking an enemy piece is not an option. Instead you have to fight it multiple times. The game ends when one of the Kings has no healthpoints left.

Made With

Python Numpy

(back to top)

Getting Started

Installation

Choose one of the options below:

pip install ChessToTheDeath
pip install git+https://github.com/SilenZcience/ChessToTheDeath.git
git clone git@github.com:SilenZcience/ChessToTheDeath.git
cd ./ChessToTheDeath

(back to top)

Usage

python -m chess_to_the_death [-h] [-v] ...
Argument Description
-h, --help show help message and exit
-v, --version show program's version number and exit
-fps FPS, --fps FPS set max fps (a lower value will improve performance)
-nohighlight disable cell-highlighting on mouse hover
-noflip disable board flipping
-random randomize the health and damage values of all pieces
-default play the default chess variant
-crazy play the crazyhouse chess variant
-pos POSITION FEN starting position
  • leftclick a piece to select it
  • leftclick a tile to move/attack with your selected piece
  • rightclick a tile to mark it with a circle
  • rightclick a circled tile to mark it with a square
  • rightclick drag & drop across different tiles to draw an arrow
  • middleclick an empty tile to crazyplace a piece (only with -crazy parameter enabled)

Help

Q: Why am i seeing weird characters like r in the console?

A: This project uses ANSI-Escape Codes to display colors in the Terminal. If you see these weird characters, then your Terminal does not support these Codes.

⚠️If you are using the Command Prompt on Windows 10 you can most likely solve this issue by going in the Registry under Computer\HKEY_CURRENT_USER\Console and adding/editing the DWORD value VirtualTerminalLevel and setting it to 1.


Q: Is it possible to have a different board size/shape?

A: Yes, the -pos POSITION parameter supports different board widths and heights. Simply expand the notation with additional rows or columns.

Examples

python -m chess_to_the_death

python -m chess_to_the_death -default -pos "5Q/3k2/1p4/1Pp2p/2Pp1P/3P1K b" -noflip

(back to top)

License

This project is licensed under the MIT License - see the LICENSE file for details

Contact

SilenZcience
GitHub-SilenZcience

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chesstothedeath-0.1.2.tar.gz (705.2 kB view hashes)

Uploaded Source

Built Distribution

chesstothedeath-0.1.2-py3-none-any.whl (706.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page