Skip to content

trevorgud/python-chess

Repository files navigation

To install dependencies and run the game:

apt-get install python3 python3-pip
python3 -m pip install -U jsonpickle numpy pygame
./chess.py

To package the game into an executable using pyinstaller:

if pyinstaller is not already installed then install it.

pip install pyinstaller
pyinstaller --onefile chess.spec

Multiplayer:

Host a game with:

./chess.py server

Connect to hosting device:

./chess.py client localhost

Or replace localhost with an IP. Port forward 9992 to host device for public games.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages