Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.81 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.81 KB

client

An ASCII client for exploring hexagram30 worlds, based upon rustrogueliketutorial

Project Logo

Project Status

  • 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

Background

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).