This commit is contained in:
spla 2020-11-25 13:42:53 +01:00
pare 741f817f28
commit f04e7891e8
S'han modificat 1 arxius amb 6 adicions i 4 eliminacions

Veure arxiu

@ -37,15 +37,17 @@ Within Python Virtual Environment:
1. Run `pip install -r requirements.txt` to install needed Python libraries.
2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it.
2. Run `python db-setup.py` to setup and create new Postgresql database and needed tables in it.
3. Run `python setup.py` to get your Mastodon's bot account tokens.
3. Run `python smtp_setup.py` to setup your smtp server, user and password. Needed to send game anotations to players.
4. Use your favourite scheduling method to set `python mastochess.py` to run regularly.
4. Run `python setup.py` to get your Mastodon's bot account tokens.
5. Use your favourite scheduling method to set `python mastochess.py` to run regularly.
![board](board.png)
20.11.2020 - New feature! Added link to on going games in games list
21.11.2020 - New feature! Added a warning to player in turn when has been captured one of its pieces
23.11.2020 - New feature! Now all moves are saved to file (with san anotation).
25.11.2020 - New feature! Get any game anotations via email.
25.11.2020 - New feature! Get any game anotations via email (see point 3 above).