Skip to content

Commit 6f4269c

Browse files
committed
Improved README with instructions, updated screenshot
1 parent eefee65 commit 6f4269c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Space Typer
22
Space Typer is a typing game written in Python using the [Arcade](http://arcade.academy/) library.
33

4+
## How to play
5+
You can play the game by downloading the stand-alone binary version, which can be found in the releases.
6+
7+
Alternatively, you can install all of the dependencies, then run the python script yourself:
8+
```
9+
pip install --user -r requirements.txt && python space-typer.py
10+
```
11+
Using pipenv :
12+
```
13+
pipenv run python space-typer.py
14+
```
15+
416
![screenshot](screenshot.png "Screenshot")

screenshot.png

-247 Bytes
Loading

0 commit comments

Comments
 (0)