Skip to content

A bespoke fake terminal for presenting text adventures and interactive fiction.

License

Notifications You must be signed in to change notification settings

tjhaskel/rust_simpleterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleterm

Rust

simpleterm is a bespoke fake terminal created with piston_window.

It lets you create a window, send messages to it, grab input from the user, and display ascii art! You can also change the terminal's settings at any time, allowing you to create complicated scripts of actions.

splash

Getting Started

  1. Run the example with "cargo run"
  2. Examine the example main.rs file and read up on the Terminal functions
  3. Write you own script in main.rs and try it out!

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A bespoke fake terminal for presenting text adventures and interactive fiction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages