Skip to content

Commit 0b7341f

Browse files
committed
Add instructions for non-devs
1 parent f93ab6a commit 0b7341f

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,20 @@
2121
</a>
2222
</p>
2323

24-
## Build & Debug
24+
## For Users: Playing the Game
25+
26+
Go to [Releases](https://github.com/cpp-gamedev/pkmn/releases) and download the
27+
latest version of `pkmn-x64-linux-windows-v1.0.0-*.zip`. Unzip this directory, then
28+
29+
- run `easy_install.sh` (Linux)
30+
- run `EasyInstall.ps1` (Windows)
31+
32+
to configure the game. This process may take a minute or two depending on your
33+
internet connection. After that, run the `pkmn` binary (`pkmn.exe` on Windows)
34+
to start the game. The game takes up quite a bit of vertical space, so you may
35+
want to adjust the size of your terminal.
36+
37+
## For Developers: Build & Debug the Game
2538

2639
Initialize and update all submodules after you have cloned this repository:
2740

@@ -34,12 +47,6 @@ environments on Linux.
3447

3548
### Generating new Pokemon
3649

37-
---
38-
39-
*Note: You can also use the `./easy_install.sh` script to skip this section.*
40-
41-
---
42-
4350
If this is your first time using a python script, use
4451

4552
```bash

0 commit comments

Comments
 (0)