Crates.io | hypersave |
lib.rs | hypersave |
version | 0.1.0 |
source | src |
created_at | 2023-02-19 13:39:04.290648 |
updated_at | 2023-02-19 13:39:04.290648 |
description | Adding a safe feature to hyperrogue |
homepage | https://zvavybir.codeberg.page/hyperrogue/ |
repository | https://codeberg.org/zvavybir/hyperrogue |
max_upload_size | |
id | 788934 |
size | 58,445 |
Hyperrogue is an awesome educational game for teaching hyperbolic
geometry, but sadly due to it being roguelike it (intentionally!)
has only a crippled save feature. This crate fixes this. After
installing it you can call save
after having clicked "Save" in
hyperrogue and restore
after quitting after an game over.
As all rust programs on crates.io this program to is installed with
cargo install hypersave
This creates the two binaries save
and restore
, which are
pretty general name. If you want to change these, you can use
your file manager or use commands like this:
mv ~/.cargo/bin/save ~/.cargo/bin/insert-your-name-for-the-save-binary-here
mv ~/.cargo/bin/restore ~/.cargo/bin/insert-your-name-for-the-restore-binary-here
You can start a new play through with the concept of profiles.
With save name-of-your-old-play-through
you save your current
play through to the given name which you can restore later again
with restore name-of-your-old-play-through
.
License: GPL-3.0-or-later