A simple text-based adventure game I wrote about consciousness back in 2017, ported from C to Rust.
Inspired by InfoCom narrative games from the 80's, I wanted to make a short story about being alive.
WARNING: This is a buggy alpha! I haven't finished text alignment or proper rendering.
Simply double-click the appropriate launcher for your operating system:
- macOS:
launch.command - Windows:
launch.bat - Linux:
launch.sh
This will open the game in its own terminal window with the proper settings.
- Make sure you have Rust installed. If not, install it from https://rustup.rs/
- Navigate to the project directory
- Run the game with:
cargo run
The enhanced version uses:
crosstermfor terminal manipulation and input handlingcoloredfor text stylingchronofor date/time handling
The original C version is preserved in main.c.