Skip to content

A Lethal Company mod API which focuses on making terminal applications where the player can interact with besides inputting text to it

License

Notifications You must be signed in to change notification settings

WhiteSpike/InteractiveTerminalAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InteractiveTerminalAPI

An API which focuses on making terminal applications where the player can interact with besides inputting text to it

Features

  • Classes/interfaces where you can use to build your own terminal application
    • You can also make your own custom classes that derive from these to be used as replacements
  • Executes the application associated with a given text prompt entered in the terminal (if registered).
  • Key bindings are set by this mod to interact with said applications. Later, I can make it possible to register your own control bindings.

Important notices

  • The mod itself doesn't do anything. It's just an API which other mod developers may wish to use for their own usages.
  • It won't alter any vanilla terminal text on its own.

Documentation

License

This API is under MIT License. Meaning that you can decide to take this API for your own things and customize it as you need, so long as you follow the license's requirements

About

A Lethal Company mod API which focuses on making terminal applications where the player can interact with besides inputting text to it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages