File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 21
21
</a>
22
22
</p >
23
23
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
25
38
26
39
Initialize and update all submodules after you have cloned this repository:
27
40
@@ -34,12 +47,6 @@ environments on Linux.
34
47
35
48
### Generating new Pokemon
36
49
37
- ---
38
-
39
- * Note: You can also use the ` ./easy_install.sh ` script to skip this section.*
40
-
41
- ---
42
-
43
50
If this is your first time using a python script, use
44
51
45
52
``` bash
You can’t perform that action at this time.
0 commit comments