Skip to content

Interactively visualize chess piece threat and protection status

License

Notifications You must be signed in to change notification settings

ology/django-chess-inspector

Repository files navigation

Django Chess Inspector

Visualize chess piece move, threat, and protection status.

Coverage:

user interface

Mouse hover:

in action

Possible moves (for black):

black moves


Install and run:

git clone https://github.com/ology/django-chess-inspector.git
cd django-chess-inspector
python3 -m venv .
source ./bin/activate
pip install chess chess_coverage
pip install django
pip install channels channels["daphne"]
cd chess-inspector/
python3 manage.py runserver 192.168.100.50:8080

~

pip install gunicorn
GUNICORN_CMD_ARGS="--bind=192.168.100.50:8080 --workers=3 --timeout 120" gunicorn inspector.wsgi:application

About

Interactively visualize chess piece threat and protection status

Topics

Resources

License

Stars

Watchers

Forks