Go to file
Tibor Bizjak e01e7e2d8e Added autofocus on textbox 2019-09-11 01:13:10 +02:00
.gitignore Updated .gitignore 2019-09-01 16:53:29 +02:00
README.md Created README.md 2019-09-10 23:57:08 +02:00
chess.py Added doc strings to chess.py 2019-09-10 23:27:31 +02:00
main.py Fixed minor bugs 2019-09-11 01:10:53 +02:00
template.html Added autofocus on textbox 2019-09-11 01:13:10 +02:00

README.md

Single Player Chess

Single Player Chess is a simple webapp designed for playing chess, by yourself!

Prerequisites

Usage

Run main.py using python3. Open localhost:8080/ in your browser of choice. Input the move in the text field using algebraic notation. Enjoy a game of chess!

Authors

  • Tibor Bizjak