I want to be able to play works of interactive fiction on an Amazon Kindle 2. In order to do this, I would need to port the Frotz interpreter to the Kindle. So far, I have not been able to find anywhere that Kindle application development is discussed. Does such a thing exist? Where can I find more information?
-
1There are other z-machine interpreters for Unix than Frotz: http://www.csd.uwo.ca/Infocom/interp.html – bzlm Mar 22 '09 at 22:32
-
3How's the porting going? – bzlm May 05 '09 at 17:13
8 Answers
There's already a web app. Does the kindle support javascript? If so this might be worth a try: http://parchment.toolness.com/

- 61
- 1
- 1
-
parchment works great - even offline. You only have to load the javascript once into the browser and don't navigate away... – rdmueller Jun 01 '11 at 14:00
Yes the KDK allows for apps like this, you just have to write it in Java (1.4) but other than that you are free to do this (and it would be a cool use of the KDK, you should apply to the beta program)

- 29,816
- 8
- 73
- 124
This blog reversing everything is about kindle hacking. (it's a linux box after all)

- 11,881
- 3
- 30
- 32
Aswell as parchment, there is also http://www.web-adventures.org
This is a very minimal HTML only site that should render well on any device including the Kindle.

- 993
- 9
- 11
Since the Kindle Development Kit (KDK) is Java-based, perhaps a good starting point is a Java-based Z-machine interpreter like http://zmpp.sourceforge.net/

- 605
- 4
- 4
There is an open source project going on here: http://adq.livejournal.com/109224.html But it is outside the KDK since the KDK is not widely available.

- 36,802
- 9
- 76
- 89
You could build it as a web app and use the Kindle browser to play.
http://johnaugust.com/archives/2009/kindle-formatting-for-web-geeks

- 9,946
- 13
- 50
- 71
Looks like Jimmy Maher of Antiquarian Productions has completed a port of the Z-Machine to the Kindle and in fact has a book for sale: http://maher.filfre.net/King/
Unfortunately (well, partly unfortunately), it looks like his is a commercial venture and he won't be releasing source code for his port for others to play along even on a jailbroken Kindle.

- 26,911
- 4
- 71
- 95