Skip to content

kibibyt3/quietude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

524 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q

v0.2.3

This is a game TUI-based game being written by kibibyt3. This repo contains the dev tools as well as the game proper.

Installation instructions

  1. git clone https://github.com/kibibyt3/quietude
  2. cd quietude
  3. make
  4. ./quietude

Quietude

Controls

  • wasd or Arrow keys: Navigate
  • e: Interact
  • /: Inspect
  • q: Quit

Development tools

All development tool executables reside here in devel-utils/.

devel-walk

Development tool to create playable areas in the qwalk module of quietude.

Controls

  • In the default mode:

    • wasd or Arrow keys: Navigate cursor
    • z: Toggle cursor altitude
    • c: Copy current object
    • v: Paste copied object
    • e: Switch to edit mode
    • i: Insert an attribute
    • r: Remove an attribute
    • x: Save
    • q: 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors