Skip to content

alexthemayers/pychess

Repository files navigation

An attempt at a chess clone written from the ground up in python.

You must have python 3.10 or higher to run this.

To run the server execute make server --host="0.0.0.0" --port=8000

To run the client execute make client --host="localhost" --port=8000

To run the standalone demo make run

To execute the unit test suite: make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published