<feed xmlns='http://www.w3.org/2005/Atom'>
<title>adventure, branch main</title>
<subtitle>Adventure game in Go.
</subtitle>
<id>https://git.brandonirizarry.xyz/adventure/atom?h=main</id>
<link rel='self' href='https://git.brandonirizarry.xyz/adventure/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/'/>
<updated>2026-05-07T20:53:20Z</updated>
<entry>
<title>feat: touch up http-error reporting and logging</title>
<updated>2026-05-07T20:53:20Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=e23c98bb4e751ea4d609ce6f6fac2fdac9060e8a'/>
<id>urn:sha1:e23c98bb4e751ea4d609ce6f6fac2fdac9060e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: format options-links as a column of entries</title>
<updated>2026-05-07T20:11:31Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T20:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=c2421cb225e7976cb406cb20ae87c7c9c1c8f43b'/>
<id>urn:sha1:c2421cb225e7976cb406cb20ae87c7c9c1c8f43b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add some demo CSS</title>
<updated>2026-05-07T20:00:07Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T20:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=526ae6edc7675ccab41f7b854cc277088f02e0ab'/>
<id>urn:sha1:526ae6edc7675ccab41f7b854cc277088f02e0ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement basic page-infrastructure</title>
<updated>2026-05-07T19:46:26Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T19:46:26Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=5aecda4a8006c74e8c912d937fb9b282630bb883'/>
<id>urn:sha1:5aecda4a8006c74e8c912d937fb9b282630bb883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement Config to house template needed by Handler</title>
<updated>2026-05-07T19:36:18Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T19:36:18Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=9c1d8f97aae6454d86c6efdfde03e17cf7ea61ed'/>
<id>urn:sha1:9c1d8f97aae6454d86c6efdfde03e17cf7ea61ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: rename s to story</title>
<updated>2026-05-07T17:53:36Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T17:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=5f3ebd07dc7b416e4ef32a1f45fe6d077e6abe68'/>
<id>urn:sha1:5f3ebd07dc7b416e4ef32a1f45fe6d077e6abe68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: move type defs and ServeHTTP def to internal package</title>
<updated>2026-05-07T17:51:29Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T17:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=8b3d93fb01ea63b8daf77861fef1be837276652a'/>
<id>urn:sha1:8b3d93fb01ea63b8daf77861fef1be837276652a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: set up endpoints to serve arc titles only</title>
<updated>2026-05-07T17:04:10Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T17:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=44911fb0c2ae616cf07f46e35192d7f297bccf4b'/>
<id>urn:sha1:44911fb0c2ae616cf07f46e35192d7f297bccf4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: replace JSON file with correctly formatted one</title>
<updated>2026-05-07T17:03:27Z</updated>
<author>
<name>demo</name>
<email>demo@antix1</email>
</author>
<published>2026-05-07T17:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=cc26c36c468cc5bdf360810a61aa73b55e0e99f1'/>
<id>urn:sha1:cc26c36c468cc5bdf360810a61aa73b55e0e99f1</id>
<content type='text'>
I mistakenly added newlines inside string literals, which isn't
allowed in JSON.
</content>
</entry>
<entry>
<title>refactor: move server-running code to separate function</title>
<updated>2026-05-06T16:32:13Z</updated>
<author>
<name>Brandon C. Irizarry</name>
<email>brandon.irizarry@gmail.com</email>
</author>
<published>2026-05-06T16:32:13Z</published>
<link rel='alternate' type='text/html' href='https://git.brandonirizarry.xyz/adventure/commit/?id=2bb3cc6b68731684fd8bbfc3ba18ea62a8db4a9f'/>
<id>urn:sha1:2bb3cc6b68731684fd8bbfc3ba18ea62a8db4a9f</id>
<content type='text'>
</content>
</entry>
</feed>
