I believe that taking control over the story is something special. You can make choices that leads to different paths, and different endings. It's a pleassure when you actually playing a book.\n\n-Have you any [[example]]?
beta version
Welcome to my site. This is an experimental work on interactive fiction.\n\n-What is interactive fiction? [[Go]]\n
THIS IS AN INTRO
Interactive fiction is the form of a book that you can interact with, make choices and explore different endings.\n\n-It sounds great! So why you like this strange thing? [[Learn]]
minimalgames
Yes i have, but whait a minute please. This is only a tasting intro page. I have to make a little break.\n\n-It's ok for now. [[Go to start|Start]]
body {\n margin: 10% 0 10% 0;\n background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAAABCAIAAADy9L3xAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAAAgElEQVQoU63QMQrCQBQEUK8a2WznbYQc46cPFhYBd6u0SQwBNSGNlYXIhhlXO+3iFx5TDsysiGm+7tlmf/OoiTNxeqdGz1B6sV6Ml7WXRCdFqGItcAEGDWJkqNFlPG71EPNWfA7/WU80Lt84sU6Mk1TBHMSG+y524nXa9wnLYHgCqWwEAzgjHsUAAAAASUVORK5CYII=);\n}\n\n#passages {\n padding: 0;\n border: 0;\n text-align:center;\n margin-left:0;\n}\n.passage {\n display: inline-block;\n width: 60%;\n border-radius: 0.5em;\n box-shadow: rgba(0,0,0,0.1) 0.5em 0.5em 0.4em;\n background-color: #fff;\n background-color: hsla(0,0%,100%,0.8);\n min-height:40%;\n padding: 3em;\n font-size:1.6em;\n color: rgb(80,10,0);\n}\n\n#sidebar {\n display:none;\n}\n\na.internalLink, a.externalLink {\n color: rgb(220,130,80);\n}\na.internalLink:hover, a.externalLink:hover {\n color: rgb(240,190,80);\n text-decoration:none;\n}\n\n#credits, #share, #titleSeparator, #sidebar li br {\n display:none !important;\n}\n\n.transition-in {\n opacity: 0;\n position: absolute;\n}\n.passage {\n transition: 0.001s;\n -webkit-transition: 0.001s;\n}\n.transition-out {\n opacity: 0 !important;\n position: absolute;\n}