11

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?

Andrew Barber
  • 39,603
  • 20
  • 94
  • 123
sblom
  • 26,911
  • 4
  • 71
  • 95

8 Answers8

6

There's already a web app. Does the kindle support javascript? If so this might be worth a try: http://parchment.toolness.com/

Ian
  • 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
6

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)

Jason Sperske
  • 29,816
  • 8
  • 73
  • 124
3

This blog reversing everything is about kindle hacking. (it's a linux box after all)

Luis Melgratti
  • 11,881
  • 3
  • 30
  • 32
2

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.

Andrew
  • 993
  • 9
  • 11
1

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/

IvanGoneKrazy
  • 605
  • 4
  • 4
1

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.

Douglas
  • 36,802
  • 9
  • 76
  • 89
1

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

mwilliams
  • 9,946
  • 13
  • 50
  • 71
0

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.

sblom
  • 26,911
  • 4
  • 71
  • 95