An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Continuous Integration](https://github.com/docwhat/rusty-the-rogue/actions/workflows/cargo-checkmate.yaml/badge.svg)](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.