Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrixyz/graph_nav
https://github.com/vrixyz/graph_nav
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vrixyz/graph_nav
- Owner: Vrixyz
- Created: 2021-10-05T19:03:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T17:55:12.000Z (about 3 years ago)
- Last Synced: 2024-10-27T17:10:46.622Z (3 months ago)
- Language: Rust
- Size: 20.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pitch
Some games use graphs to navigate through a strategic layer, secondary to a **main** gameplay.
What if that graph navigation was the main gameplay?
Try it: https://vrixyz.github.io/graph_nav/
# Vision
- Rogueli*kt*e
- Move in an infinite graph map made of "rooms"
- Discover room types
- Make Strategic choices
- Die and Improve# Tech
- Hierarchy of the project from https://matklad.github.io/2021/08/22/large-rust-workspaces.html
- Web build relies on rust version `nightly-2021-10-05` because of Rocket https://github.com/rust-lang/rust/issues/89935#issuecomment-945037448
- Local Web build uses [cargo-make](https://sagiegurari.github.io/cargo-make/) then github pages