Quixe currently supports text buffer and grid windows, character and line input, timers, graphics, and hyperlinks. It does not (yet) support sound.
You can save and restore games. If your browser supports the HTML5 local-storage feature, the save files will be available from one browser session to the next. (Note: clearing cookies and other browsing data will erase your save data. Browser privacy policies may also cause save data to be discarded.)
Quixe is open-source software (under the MIT license).
Release along with an interpreter.
When you select the "Release" option in I7, it will build a complete
Quixe installation for your game, in your project's
Materials
folder. Upload all of these files to your web
server, and the game will be playable.
If you want the latest version of Quixe, you will need to download this template package:
Quixe
directory to the appropriate Inform template directory for your computer.
(On a Mac, this is the Library/Inform/Templates
folder in your home directory. On Windows, it is
My Documents\Inform\Templates
.
See the "Website Templates" chapter of
Writing With Inform.)
Release along with the "Quixe" interpreter.
...to your Inform 7 game. (Unlike with newer Inform releases, you have to
explicitly name the interpreter.)
(This will only work if you have the "Story File Format" set to Glulx in the "Settings" tab, of course. If you are building Z-code, you don't want Quixe at all -- you want Parchment.)
Now replace the Game.gblorb
file in the release directory with
your own game file. Also adjust the game title and author references
in the release directory.
Finally, use the game2js.py script to replace the encoded game file:
python game2js.py --giload Game.gblorb > interpreter/Game.gblorb.js
The easiest way to set this up is to copy this page, which runs Adventure in a fixed-width-column template, with a header and footer:
Quixe
directory to the appropriate Inform template directory for your computer.
(On a Mac, this is the Library/Inform/Templates
folder in your home directory. On Windows, it is
My Documents\Inform\Templates
.
See the "Website Templates" chapter of the
Inform 7 manual.)
You can then build the site by using an I7 declaration like
Release along with a "OneColumn" website.
GlkOte (the display library included in Quixe)