~muirrum/hakkardrs

Scaffold out room trait
Add quit logic
Remove debugging

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~muirrum/hakkardrs
read/write
git@git.sr.ht:~muirrum/hakkardrs

You can also use your local clone with git send-email.

#Hakkard server

#Components

  • "Back Office":
    • Multiple persistent user accounts - database?
  • Environment:
    • Rooms divided into Regions:
      • rooms are defined in-code and compiled into the binary
      • Regions can be disabled at run-time
    • Enemies:
      • have AI - can take decisions on their own
    • Items:
      • Wearable (armor)
      • Usable (weapons, potions)
  • Combat:
    • Not turn-based