Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 532 Bytes

gext

A text based adventure game written in rust and saved in json

features

  • fully featured rooms
  • doors, with optional keys
  • item mechanic providing buffs
  • fight mechanic, with dynamic enemies
  • an expansive map
  • works on all platforms supporting serde, rand and console (and rust, of course!)
  • features various riddles
  • easy to save games and access them later (example save file can be found in this file)
  • an expansive class system
  • 3 stats
  • easyily moddable maps, with a modding guide