Volte6 / GoMud

Public repository for GoMud, a Go based Mud server.
GNU General Public License v3.0
46 stars 7 forks source link

Refactor event queueing #58

Closed Volte6 closed 1 month ago

Volte6 commented 1 month ago

Verbs, events, messaging, etc. was too complex, this refactors everything into a simple event queue. It also includes some other changes to gameplay such as racial buffs.

Included is some initial conceptual conversation datafiles/code that will be expanded upon in the future. Ideally will eventually support some degree of chatGPT (optional) conversation.