Scott Adams Adventure – JavaScript-AJAX

I have created a JavaScript interpreter for the Scott Adams Adventure games. It uses AJAX to load the games and you can save games in a cookie. The games play very well. Since Ajax requires XML, I wrote a VB app to convert the flat games files to XML format.

There are issues with one of the games not loading correctly, so that game is not included. I have yet to play to the end of a game, so I don't know if I've translated everything correctly from the C code.