WhiteSpike-Interactive_Terminal_API icon

Interactive Terminal API

API focused on making interactable UI in the terminal

CHANGELOG

1.1.2

  • Fixed issue with title being too big that would break the whole screen.

1.1.1

  • Abstracted application types and added base classes

1.1.0

  • Added InteractiveCounterApplication as possible application to use by the developers.
  • Added CursorCounterElement and CursorCounterMenu which are entries where players manipulate their counter
  • Added BoxedOutputScreen which allows to show configurable output in the bottom right to what the developers want to show
  • Added Active and SelectInactive attributes to CursorElement to distinguish between entries with expected output and entries which will output an error when attempt.
  • Added sorting functionality to all applications which sort relevant cursor menus to defined sorting methods.

1.0.0

  • Initial release