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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Chess Inspector

Visualize chess piece move, threat, and protection status.

user interface

in action


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