index
:
adventure
main
Adventure game in Go.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2026-05-07
feat: touch up http-error reporting and logging
HEAD
main
demo
2026-05-07
feat: format options-links as a column of entries
demo
2026-05-07
feat: add some demo CSS
demo
2026-05-07
feat: implement basic page-infrastructure
demo
2026-05-07
feat: implement Config to house template needed by Handler
demo
2026-05-07
style: rename s to story
demo
2026-05-07
refactor: move type defs and ServeHTTP def to internal package
demo
2026-05-07
feat: set up endpoints to serve arc titles only
demo
2026-05-07
fix: replace JSON file with correctly formatted one
demo
I mistakenly added newlines inside string literals, which isn't allowed in JSON.
2026-05-06
refactor: move server-running code to separate function
Brandon C. Irizarry
2026-05-06
feat: make port configurable via command-line flag
Brandon C. Irizarry
2026-05-06
feat: implement trivial hello-world web server
Brandon C. Irizarry
2026-05-06
chore: add empty main.go file
Brandon C. Irizarry
2026-05-05
chore: initialize project
Brandon C. Irizarry