Skip to content

A chess game implemented using Django and the minimax algorithm

Notifications You must be signed in to change notification settings

beodw/web-chess-ai

Repository files navigation

web-chess-ai

A chess game implemented using Django and the minimax algorithm

Run using 'python manage.py runserver' from root directory. A command line chess UI is also available in: web_chess_ai_app/ai_module/chess_game.py

Note: Remove Django_heroku import from settings.py if running on a non-Heroku server.

Requires dependencies listed in requirements.txt. Install using 'pip install -r requirements.txt'

About

A chess game implemented using Django and the minimax algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages