https://github.com/kanocomputing/terminal-quest
https://github.com/kanocomputing/terminal-quest
kano-os
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanocomputing/terminal-quest
- Owner: KanoComputing
- License: gpl-2.0
- Created: 2014-10-08T13:29:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T14:14:00.000Z (over 6 years ago)
- Last Synced: 2025-07-07T05:46:33.276Z (11 months ago)
- Topics: kano-os
- Language: C
- Homepage:
- Size: 13 MB
- Stars: 109
- Watchers: 41
- Forks: 41
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terminal Quest
This is the source code for the Terminal Quest app available for Kano OS.
It is an introduction to terminal commands in the style of a text adventure game.
# How to install it
## Kano OS
linux-story is installed by default on Kano OS, and is provided as a debian package in our repositories. As it has a lot of dependencies from other packages in Kano OS, it is recommended you run it on Kano OS.
- Package name: linux-story
- Executable: /usr/bin/linux-story-gui
# How Terminal Quest works
For a more detailed breakdown, read the [development wiki page](https://github.com/KanoComputing/linux-tutorial/wiki/Development).
# Options
```
linux-story-gui launches the application Terminal Quest at different points in the story.
Usage:
linux-story-gui [-d | --debug]
linux-story-gui challenge [-d | --debug]
Options:
-h, --help Show this message.
-d, --debug Debug mode, don't hide the terminal and spellbook widgets by default at the start.
```
Make sure your environment exposes `PYTHONIOENCODING=UTF-8` for correct i18n translations throughout the adventure.