From: Big Boy Toddy (big_boy_toddy_at_yahoo.com)
Date: 2002-03-16 01:02:22
>On Fri, 15 Mar 2002, Stephan Lesch wrote: >>I'm new to the list, and new to cc65 (just made the first experiences). >>I'm going to write an engine for an adventure on the C64, and I'm a little > >I hope you (and the other people on the list) don't mind me pointing you >to something else. > >If you mean a _text adventure_, like Infocom games, there is a >compiler called Inform that you can get to write games in the Infocom >format ("Z-code"), and then play them on essentially every personal >computer (or PDA, etc!) ever made.. There is also a TADS, which is really cool, and much IMHO better than Inform (albeit INFORM is more flexible) and also better than HUGO. I have been 'playing' with TADS since my first OO experience in 1990'ish, and taught many high schoolers to program objects with it (as well as ObjC on NeXT). It is fun, exciting and very easy to port and compile on different platforms. It is I believe OpenSourced now or Public Domain or both ;O) I don't know the details of that, but the language itself is easy to read, easy to modify and really fun to use. I also on NeXT have a graphical front end to the code generator, so really you can draw out your dungeon/game and then ask it to generate the rooms. It saves a TON of time. I'm working on doing the reverse, so you can write code as a hacker would, and then ask the code generator to generate a 'map' from the rooms/code. Maybe end of year when I get around and time to play with it again. Really, your mind and time are the limits, Roberts did a great job on it. Also, last thing about INFORM, the Inform Language manual is exceptional, no questions about it. I have edition #3, and it was worth the 20-30 bucks I paid for it, and the money goes to help the author of INFORM, who also wrote the book. Has good game strategies also. I hope you don't mind this rambling, but I figured I'd put my experiences down to hopefully help you on the r.a.i thing!!! Welcome to the art of interactive adventure text! :o) > >You can read more about it on rec.arts.int-fiction > >(I'm not sure, you might be able to even compile the Inform compiler >with cc65! Possibly not, but I was able to get it running on an Apple >IIGS [65816-based though]) > >There are several other text-adventure engines out there (but Inform is >the most portable since it produces games that run in the existing >interpreters -- and at least on some older computers, even if you can't port >one of the freeware interpreters, there are tools you can use to "rip" the >interpret out of actual Infocom games to run on these new data files.) > >Sorry, just wanted to help you avoid re-inventing the wheel. You may want >to do it anyway, but if you really want to writ the _game_ and not the >engine, you might as well use an existing, highly-portable tool. > >---------------------------------------------------------------------- >To unsubscribe from the list send mail to majordomo_at_musoftware.de with >the string "unsubscribe cc65" in the body(!) of the mail. > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-03-16 01:01:53 CET