mirror of
https://github.com/brandon-rozek/wordguess
synced 2024-11-07 20:30:34 -05:00
Added description for players
This commit is contained in:
parent
f08e875b27
commit
4a3e71fd66
1 changed files with 17 additions and 0 deletions
17
readme.md
17
readme.md
|
@ -38,3 +38,20 @@ figure out the word for all future days.
|
||||||
|
|
||||||
You can reset the seed and all game state by removing the file `state.pickle`.
|
You can reset the seed and all game state by removing the file `state.pickle`.
|
||||||
|
|
||||||
|
## Players
|
||||||
|
|
||||||
|
Players can play the game by running the `client.py` python script.
|
||||||
|
If the game lives under `/home/wg/WordGuess` then the command will be
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python /home/wg/WordGuess/client.py
|
||||||
|
```
|
||||||
|
|
||||||
|
After playing the game, the server will record the users high score.
|
||||||
|
They can see the leaderboard by running
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python /home/wg/WordGuess/leaderboard.py
|
||||||
|
```
|
||||||
|
|
||||||
|
You can also pass a date with `--date`.
|
||||||
|
|
Loading…
Reference in a new issue