Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spk121/burro
An interactive fiction engine
https://github.com/spk121/burro
Last synced: 7 days ago
JSON representation
An interactive fiction engine
- Host: GitHub
- URL: https://github.com/spk121/burro
- Owner: spk121
- License: gpl-3.0
- Created: 2018-04-02T13:12:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T01:49:45.000Z (over 6 years ago)
- Last Synced: 2024-08-01T03:29:11.147Z (3 months ago)
- Language: C
- Size: 11.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
burro-engine
============This is the README for the Burro Engine version 0.0.
This is an experiment where I tried to write an interactive fiction
game engine rather like Twine, except using GTK3 instead of the browser
as the rendering engine.To build it and run it from source, do the following commands
git clone https://github.com/spk121/burro
cd burro
./bootstrap.sh
./configure
make
./run-uninstalled.shBurro Engine uses an embedded Guile interpreter: the game scripts
are written in a language called Scheme.It builds and runs, but, it is definitely an alpha. See the TODO.org
for information on what needs to be done.It comes with a default story, called "Fancy Free". The game is
"game/game.burro" which you can run with the "run-uninstalled.sh"
script or by selecting game.burro from the File Open in the menu.