My 2024 Good Links List - DEV Community
Developer Tools & Platforms Frameworks / Infrastructure / Backends Supabase –...
A simple text adventure game created using Inform 6, a programming language designed specifically for interactive fiction.
main.inf: The main source code file containing the game logicmain.z5: The compiled game file (automatically generated when running)Click the "Run" button in Replit to:
The game currently displays a "Hello world" message. You can extend it by adding:
[ Main;: Defines the main entry pointprint "text^": Prints text (^ creates a line break);: Ends a statementMIT License - Feel free to modify and share this project.