DigitalOcean
Helping millions of developers easily build, test, manage, and scale applications of any size — faster than ever before.
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.