add instructions
This commit is contained in:
parent
957d5d5202
commit
3ce8002e0e
1 changed files with 15 additions and 0 deletions
|
|
@ -14,3 +14,18 @@ Creeper adventure is a game I am making with my son.
|
|||
|
||||
* [windows](./creeper-windows-latest.zip)
|
||||
* [linux](./creeper-linux-latest.zip)
|
||||
|
||||
## Windows
|
||||
|
||||
unzip the file and run creeper.exe.
|
||||
|
||||
## Linux
|
||||
|
||||
unzip the file.
|
||||
|
||||
``` bash
|
||||
unzip creeper-linux-latest
|
||||
cd creeper
|
||||
chmod +x creeper
|
||||
creeper
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue