https://github.com/docwhat/rusty-the-rogue
A rogue-like base one the code from the book Hands on Rust
https://github.com/docwhat/rusty-the-rogue
Last synced: about 1 year ago
JSON representation
A rogue-like base one the code from the book Hands on Rust
- Host: GitHub
- URL: https://github.com/docwhat/rusty-the-rogue
- Owner: docwhat
- Created: 2022-08-22T01:29:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T02:26:07.000Z (about 2 years ago)
- Last Synced: 2025-02-15T21:17:47.772Z (over 1 year ago)
- Language: Rust
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/docwhat/rusty-the-rogue/actions/workflows/cargo-checkmate.yaml)
# Rusty the Rogue
> A rogue-like game written as a learning exercise for the book _Hands on Rust_.
## Development
Before starting development, you should run the `./script/bootstrap` command to set up tools that you will use during development.