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
- Host: GitHub
- URL: https://github.com/baltasarq/fi-js
- Owner: Baltasarq
- License: other
- Created: 2014-09-09T13:07:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T14:52:07.000Z (10 months ago)
- Last Synced: 2025-04-04T15:36:36.333Z (10 months ago)
- Topics: html5-game-development, interactive-fiction, interactive-fiction-engine, javascript, javascript-framework, text-games
- Language: JavaScript
- Homepage: http://baltasarq.github.io/fi-js/
- Size: 981 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fi.js
=====
Framework JavaScript para ficción interactiva / JavaScript framework for interactive fiction.
Distribuido con licencia MIT.
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.