Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 486 Bytes

File metadata and controls

20 lines (13 loc) · 486 Bytes

Tuifile

TUI as a plaintext file.

A very rushed entry to the Rat in the Wild Challenge, see devlog.

Usage

cargo r -- rat.tui

You can then edit the file, each changed character generates an event at that position (insert mode highly recommended).

To continue another step of execution:

./rat.tui

The program state is entirely contained within the file, so you can duplicate and share it!