inform-class

[DORMANT] the products of a summer text adventures course
git clone git://git.figbert.com/inform-class.git
Log | Files | Refs | README | LICENSE

README.md (1378B)


      1 # Inform Class Projects
      2 
      3 This summer I took a class on text adventures and gaming history. Along the way I made a few text adventures myself, which you can find in this repository. The "challenge-x.inform"
      4 projects do not have any real story – they were games we were tasked to make to demonstrate that we could implement a specific feature correctly.
      5 
      6 One Angry Wizard is a puzzle game where you are trapped in a pocket dimension created by... an angry wizard, and have to find a way out. You can download a `.gblorb` of the game
      7 [here][gblorb] to play on your machine with an IF interpreter (I use [Gargoyle](https://github.com/garglk/garglk)).
      8 
      9 ## Installation
     10 
     11 To install the games, clone the repo:
     12 
     13 ```bash
     14 git clone https://github.com/FIGBERT/inform-class.git
     15 ```
     16 And install [the editor](http://inform7.com/downloads/):
     17 
     18 ```bash
     19 # macOS
     20 brew cask install inform
     21 ```
     22 
     23 ## Playing 
     24 
     25 Open the `.inform` directory in the Inform7 editor. To play the game without exiting the editor, hit the "Go!" button in the top-left. To export the game to a playable `.gblorb`,
     26 hit the "Release" button and navigate to the directory displayed on-screen.
     27 
     28 If you downloaded the `.gblorb` directly, just load it into your interactive fiction player and have fun!
     29 
     30 ## License
     31 [GNU GPLv3](LICENSE.md)
     32 
     33 [gblorb]: https://figbert.com/content/One%20Angry%20Wizard%2C%20or%20the%20Tentac.gblorb