No description
Find a file
2025-12-27 14:14:01 -05:00
data/example fix: world is now a map of coord2d to rooms 2025-12-27 09:45:45 -05:00
docs fix: I'm bad at markdown 2025-12-27 06:01:15 -05:00
engine fix: able to properly take items when count is more than 1 2025-12-27 14:05:46 -05:00
meta feat: player saving & cleanup (broken) 2025-12-21 11:27:25 -05:00
scripts feat: cli arg for resetting test data 2025-12-27 14:14:01 -05:00
.gitignore fix: fix scripts, begin working on managing items 2025-12-24 23:15:04 -05:00
go.mod feat: beginning rewrite in go 2025-12-19 22:18:03 -05:00
LICENSE Initial commit 2025-12-12 11:37:41 +01:00
main.go feat: player saving & cleanup (broken) 2025-12-21 11:27:25 -05:00
README.md fix: able to properly take items when count is more than 1 2025-12-27 14:05:46 -05:00

Zany

Todo

  • Debug logging
  • Fix handling user input to correctly handle substrings (e.g. gog should not be interpreted as go)
  • Multi-word items
  • Multi-word actions
  • Parse sentence structure instead of word-by-word (this will complete several todos)
  • Make file saving use bufio.Writer (maybe?)
  • Custom errors
  • Better error handling overall
  • Performance improvements (?)
  • Any TODO comments