Crates.io | redshell |
lib.rs | redshell |
version | 0.0.8 |
source | src |
created_at | 2022-07-18 00:13:08.627535 |
updated_at | 2023-03-30 02:58:45.135159 |
description | A console-based hacking game |
homepage | |
repository | https://github.com/nic-hartley/redshell |
max_upload_size | |
id | 627423 |
size | 159,169 |
For now, this is a half-built engine, a third of an MVP, and some 'concept art'. You can try it out by installing from crates.io:
cargo install redshell
Or you can install it from source:
git clone https://github.com/nic-hartley/redshell.git
cd redshell
cargo install --path .
Once installed, you'll have a redshell
binary, which lets you play the game, or you can run redshell concept
to see the available concept art.
Redshell, despite being on crates.io, does not really follow semver. The goal is that:
So a mod written for, say, 1.2.3 should still be compatible with 1.2.4, though it may be unbalanced, but it might not load anymore on 1.3.0 and probably won't on 2.0.0. Gameplay strategies will break more frequently, as they're much more sensitive to balance changes.