Created README.md
parent
e504aa48c6
commit
64c6773ca9
|
@ -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
|
Loading…
Reference in New Issue