https://github.com/jwodder/advlab
Experiments in implementing text adventures in Rust
https://github.com/jwodder/advlab
experimental rust text-adventure
Last synced: 9 months ago
JSON representation
Experiments in implementing text adventures in Rust
- Host: GitHub
- URL: https://github.com/jwodder/advlab
- Owner: jwodder
- License: mit
- Created: 2025-06-09T21:00:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T21:39:34.000Z (9 months ago)
- Last Synced: 2025-06-09T22:19:33.399Z (9 months ago)
- Topics: experimental, rust, text-adventure
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#concept)
[](https://github.com/jwodder/advlab/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/advlab)
[](https://www.rust-lang.org)
[](https://opensource.org/licenses/MIT)
[GitHub](https://github.com/jwodder/advlab) | [Issues](https://github.com/jwodder/advlab/issues)
This is a [workspace][] for experimenting with developing [text adventure
games][txtadv] in [Rust][] and figuring out how best to code them. While the
code may work, it is not yet entertaining.
The workspace contains the following packages, in order of creation:
- [`advcore`][] — Core library of common code
- [`walk`][] — A text adventure in which you walk around some rooms and look at
stuff
[workspace]: https://doc.rust-lang.org/cargo/reference/workspaces.html
[txtadv]: https://en.wikipedia.org/wiki/Text_adventure
[Rust]: https://rust-lang.org
[`advcore`]: https://github.com/jwodder/advlab/tree/main/crates/advcore
[`walk`]: https://github.com/jwodder/advlab/tree/main/crates/walk