f55286db8e
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>
7 lines
82 B
Python
7 lines
82 B
Python
def main():
|
|
print("Hello from h2g2!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|