binkplayer

Crates.iobinkplayer
lib.rsbinkplayer
version1.0.4
sourcesrc
created_at2023-10-13 11:31:52.30969
updated_at2024-07-17 16:21:51.371514
descriptionConsole player for compiled .json Ink story files.
homepage
repositoryhttps://github.com/bladecoder/blade-ink-rs/
max_upload_size
id1002241
size26,769
Rafael Garcia (bladecoder)

documentation

README

Blade Ink Player

This is a program to run Ink stories in your terminal.

This program uses the Blade Ink Rust library available as a crate.

The Blade Ink library is a Rust port of Inkle's Ink, a scripting language for writing interactive narrative.

To know more about the Ink language, you can check the oficial documentation.

Running Ink stories with binkplayer

binkplayer runs the Ink compiled story passed as a parameter.

$ binkplayer <your_story.ink.json>
Commit count: 115

cargo fmt