This is a game TUI-based game being written by kibibyt3. This repo contains the dev tools as well as the game proper.
git clone https://github.com/kibibyt3/quietudecd quietudemake./quietude
wasdor Arrow keys: Navigatee: Interact/: Inspectq: Quit
All development tool executables reside here in devel-utils/.
Development tool to create playable areas in the qwalk module of quietude.
-
In the default mode:
wasdor Arrow keys: Navigate cursorz: Toggle cursor altitudec: Copy current objectv: Paste copied objecte: Switch to edit modei: Insert an attributer: Remove an attributex: Saveq: Exit
-
In edit mode:
- Arrow keys: Navigate
- Enter: Select attribute to modify.
- In string entry submode:
- Enter: Submit string.
- Backspace: Delete previous character.
- Delete: Delete current character.
- SHIFT-Delete: Clear field.
- Home: Go to beginning of field.
- End: Go to end of field.
- F1: leave without saving changes.
- In choice selection submode:
- Enter: Submit string.
- F1: leave without saving changes.