Lost Ship is a terminal game based on the TTRPG of the same name developed by W. M. Akers. I created this project mostly to learn the Rust programming language, particularly how to build user interfaces. I recommend purchasing the rules to learn about the game mechanics, and you will probably enjoy playing the pen and paper version more.
There are still some game features I need to implement, but most are included and are functional so at this stage I consider the game to be playable. The interface is unintuitive and a bit of a mess, and since that is the main purpose of this project it will be my primary focus for future releases. If you encounter a bug, please open an issue or send an email.
The simplest method is to download the latest executable from the Release page. If you have the Rust toolset installed, you can build the program yourself by cloning the repository and building with cargo build --release.