[projectaon] gamebook.js - an IF-style gamebook engine (featuring FotW)

  • From: Christian Jauvin <cjauvin@xxxxxxxxx>
  • To: projectaon@xxxxxxxxxxxxx
  • Date: Wed, 16 Jan 2013 18:31:09 -0500

Hi all,

I already sent the following message to the PA forum, but I thought it
might be more relevant to send it here (if not, sorry about it, and it
will be my last message of the sort):

I am new to Project Aon, but a longtime fan of the LW books (I first
read them in French, almost thirty years ago).

I recently had an idea for a small twist in the usual mechanics of a
gamebook software where instead of navigating an explicit menu of
options, you are given a console in which you are free to type any
command, after each section, using clues from the text. The engine
then tries to match your input with one of the predefined options,
yielding a gameplay more akin to interactive fiction.

I have implemented an experimental version of my idea, using the Fire
on the Water book (which has always been my favorite).

Since I'm very aware that this is a copyrighted work, and that Project
Aon has strict rules about its use and distribution, I didn't want to
complete my project before posting about it here, for a possible
discussion, if it is of any interest to anyone. In particular, I'd
like to know: is it ok to do that?

My engine is called gamebook.js (because it's written in 100%
JavaScript; even the book data, which is fully contained in a JSON
structure), and the code is available on GitHub (where some
implementation details are given in the README):

https://github.com/cjauvin/gamebook.js

There's an online version that you can try, also hosted on GitHub:

http://cjauvin.github.com/gamebook.js

Again it's an experimental version, so please note that the book is
only playable up to the 53 first sections, and that only the textual
elements of gameplay are implemented, so combats, stats and inventory
management are not currently supported. The command parser could also
be much improved, as the current version is a bit crude. Also, it's
quite certain that there are bugs, of course.

This is a labor of love and nostalgia, without any other intention
than paying tribute to these fantastic books, that have been so
influential to the younger me.

Christian

~~~~~~
Manage your subscription at //www.freelists.org/list/projectaon


Other related posts: