Make authorized calls | API Documentation
Build something great
Authorization: Bearer ae261404-11r4-47c0-bce3-e18a423da828
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.