An open API service indexing awesome lists of open source software.

https://github.com/baltasarq/fi-js

Framework JavaScript para ficción interactiva / JavaScript framework for interactive fiction
https://github.com/baltasarq/fi-js

html5-game-development interactive-fiction interactive-fiction-engine javascript javascript-framework text-games

Last synced: 8 months ago
JSON representation

Framework JavaScript para ficción interactiva / JavaScript framework for interactive fiction

Awesome Lists containing this project

README

          

fi.js
=====

Framework JavaScript para ficción interactiva / JavaScript framework for interactive fiction.
Distribuido con licencia MIT.

Web

Construcción (*build*)
----------------------

El directorio `lib/` es el que contiene el motor y un ejemplo. Todos los trabajos de ficción interactiva tendrán un archivo `index.html`, `fi.js` y `verbs.js` que son el propio motor, y un último archivo **JavaScript** (en el ejemplo, `vampiro.js`), que es el juego en sí, definiendo las localidades, objetos, personajes, etc. Finalmente, por convención en el directorio `res/` están los recursos que precise el juego.

*The `lib/` directory is the one containing the engine and a given example. Any interactive fiction pieces will have to provide the same files as provided there, i.e., `index.html`, `fi.js` and `verbs.js` being the engine itself, and also another **JavaScript** file (`vampiro.js`, in the example), being the game's definitions, such as rooms, objects, characters, etc. Finally, the resources for the game are by convention inside the `res/` subdirectory.*

Documentación
-------------

Accede a la Wiki para hojear la documentación.