Skip to content

Commit

Permalink
game executable renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
padawin committed Mar 8, 2014
1 parent e6141fc commit af7d26d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ cd database
# Go back in the game folder
cd ..
# Then launch the game
./main.py
# This will run the editor with the system locale
./rRpg

# This will run the editor in french
./rRpg-francais

# This will run the editor in english
./rRpg-english
```

Or you can use your own world (created with the game editor,
https://github.com/rrpg/world-editor ):
```bash
./main.py -w /path/to/your/world.db
./rRpg -w /path/to/your/world.db
```
File renamed without changes.

0 comments on commit af7d26d

Please sign in to comment.