From 64c6773ca9e5a3f34bfc8fad485531c3b77f56dd Mon Sep 17 00:00:00 2001 From: Tibor Bizjak Date: Tue, 10 Sep 2019 23:57:08 +0200 Subject: [PATCH] Created README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e6f210 --- /dev/null +++ b/README.md @@ -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