Skip to main content

An easily extendible chess implementation designed to support any custom rule or feature

Project description

ChessMaker

An easily extendible chess implementation designed to support any custom rule or feature.

Play: https://chessmaker.azurewebsites.net

Documentation: https://wolfdwyc.github.io/ChessMaker

Source Code: https://github.com/WolfDWyc/ChessMaker


What is ChessMaker?

ChessMaker is a Python (3.11+) chess implementation that can be extended to support any custom rule or feature. It allows you to build almost any variant you can think of easily and quickly.

ChessMaker isn't tied to any GUI, but comes with a thin, pywebio, multiplayer web interface.

It was inspired by r/AnarchyChess - and the packaged optional rules are almost all inspired by that subreddit.

These rules are:

  • Chess960
  • Knooks
  • Forced En Passant
  • Knight Boosting
  • Siberian Swipe
  • Il Vaticano
  • Beta Decay
  • La Bastarda
  • Omnipotent F6 Pawn
  • King Cant Move to C2
  • Vertical Castling
  • Double Check to Win
  • Capture All Pieces to Win

What ChessMaker isn't

  • A complete chess server - It doesn't support users, matchmaking, ratings, cheating detection, etc. The frontend is very simple and not the focus of the project.
  • A chess engine. The design choices are not optimized for speed, and it doesn't provide any analysis or AI.
  • A compliant or standard chess implementation. It doesn't support UCI or existing chess GUIs, because it allows rules that wouldn't be possible with those.

Note: While ChessMaker isn't a chess server, one could be built on top of it, and development of alternative clients to it is welcomed and encouraged.

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

chessmaker-0.4.2.tar.gz (34.6 kB view hashes)

Uploaded Source

Built Distribution

chessmaker-0.4.2-py3-none-any.whl (51.8 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