5 Commits

Author SHA1 Message Date
seppedl e851ab18c4 [add] Reference to Infocom game engine 2026-04-07 06:30:31 +02:00
seppedl 5979eb0604 Update settings.json and README with speech-to-text dependencies info 2026-04-07 06:27:06 +02:00
seppedl 81e9760e5c [add] Speech to text feature. 2026-04-05 16:07:03 +02:00
seppedl a6fe624c5e Add README with uv install instructions, fix pyproject.toml
- Add README.md with install/run instructions using uv
- Add build-system and script entry point to pyproject.toml
- Add .gitignore for __pycache__ and save files
- Remove placeholder main.py (entry point is h2g2.main:main)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:50:47 +02:00
seppedl f55286db8e Initial commit: ZIL source + Python game engine
Original ZIL source code for The Hitchhiker's Guide to the Galaxy (Infocom, 1984)
plus a native Python text adventure engine with the Earth opening sequence playable
(Bedroom → Front Porch → Front of House → Country Lane → Pub).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:46:54 +02:00