Go to file
Tibor Bizjak 9f6a78c7ea Renamed template.html to
template.tpl
2019-09-11 01:14:34 +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 Renamed template.html to 2019-09-11 01:14:34 +02:00
template.tpl Renamed template.html to 2019-09-11 01:14:34 +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