-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
62 lines (51 loc) · 3.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Fi-js by Baltasarq</title>
</head>
<body>
<header>
<div class="container">
<h1>Fi-js</h1>
<h2>Framework JavaScript para ficción interactiva / JavaScript framework for interactive fiction</h2>
<section id="downloads">
<a href="https://github.com/Baltasarq/fi.js/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/Baltasarq/fi.js/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/Baltasarq/fi.js" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<p></i>Creado por Baltasarq, en el verano/otoño de 2013.
Framework para el desarrollo de aventuras conversacionales.</i></p>
<h3>Introducción</h3>
<p> En el momento de escribir este documento, para crear una aventura existen varios sistemas de autor. Estos sistemas de autor (probablemente, el más conocido, Inform), fueron creados para ser ejecutados en ordenadores de distintos tipos. No fueron creados, como es lógico, para ejecutar sus aventuras en la web. fi.js es un framework en JavaScript que permite ejecutar aventuras en un navegador, bien sea desde local o desde un servidor, mediante un navegador.
<p><i>At the moment of writing this document, in order to create an adventure game there are various authoring systems available (such as Inform), though none of them was created with the web in mind. fi.js is a framework written in JavaScript, which allows to play adventures both on-line and in local, through a web browser.</i>
<h3>Docs</h3>
<ul><li><a target="_blank" href="http://github.com/Baltasarq/fi-js/wiki/">Documentación del proyecto Fi-js</a>.
<br /><i><a target="_blank" href="http://github.com/Baltasarq/fi-js/wiki/">Fi-js project's documentation</a>.</i>
</li></ul>
<h3>License</h3>
<ul><li><a target="_blank" href="https://raw.githubusercontent.com/Baltasarq/fi-js/master/LICENSE">fi-js's License</a></li></ul>
<h3>Vampiro</h3>
<ul>
<li><a target="_blank" href="lib/index.html">Vampiro, ejemplo de uso de fi.js</a>, siguiendo el <a target="_blank" href="http://wiki.caad.es/Proyecto_Vampiro">proyecto Vampiro</a>.</li>
<li><a target="_blank" href="lib/doc/vampiro.html">Solución novelada</a>.</li>
<li><a target="_blank" href="lib/doc/vampiro.txt">Código de generación para txtMap</a>.</li>
<li><a target="_blank" href="lib/doc/mapaVampiro.jpg">Mapa del juego</a>.</li>
</ul>
<h3>Links</h3>
<ul><li><a target="_blank" href="http://github.com/Baltasarq/fi-js/">Fi-js @ Github</a></li>
<li><a target="_blank" href="http://inform-fiction.org/">Inform 6</a></li>
<li><a target="_blank" href="http://inform7.com/">Inform 7</a></li>
</ul>
</section>
</div>
</body>
</html>