Created README.md

master
Tibor Bizjak 2019-09-10 23:57:08 +02:00
parent e504aa48c6
commit 64c6773ca9
1 changed files with 17 additions and 0 deletions

17
README.md 100644
View File

@ -0,0 +1,17 @@
# Single Player Chess
Single Player Chess is a simple webapp designed for
playing chess, by yourself!
## Prerequisites
* [Bottle](https://bottlepy.org/docs/dev/index.html)
* [Python3](https://www.python.org/downloads/)
* A browser that supports cookies
## Usage
Run main.py using python3. Open [localhost:8080/](http://localhost:8080/)
in your browser of choice. Input the move in the text field using
[algebraic notation](https://en.wikipedia.org/wiki/Algebraic_notation_(chess)).
Enjoy a game of chess!
## Authors
* Tibor Bizjak