An ASCII client for exploring hexagram30 worlds, based upon rustrogueliketutorial
- Phase 1: Rust roguelike tutorial basics
- Phase 2: Rust roguelike tutorial intermediate steps, highly-customized
- Phase 3: Rust roguelike tutorial advanced
- Phase 4: Persisted levels to disk
- Phase 5: Level generation from world biome data
This repo started as part of a UMass UWW course, Spring Semester 2020 (UWW 310: Experiential Reflections on Technology), a semester's project whose aim was to provide a means of exploring the generated worlds of Hexagram30 via a roguelike ASCII character interface. The code follows the Rust roguelike tutorial, though differs in configuration and code structure (and will contnue to diverge more, as time passes).