dysfunctionGazz
10-26-2002, 10:37 AM
Is it possible to produce Graphic Adventures using Javascript or related technologies?
I think it is... I used to work on C64 with the "Graphic Adventure Creator" by incentive software and is was dead simple yet way effective. I know these games are old but they are real fun to use. Im sure I can get this creator emulated but I would like to do it in Javascript or something instead?
If anyone doesnt remember what Im talking about here's an example of dialogue in one of these games...
> You are in a small room. There is a big red door to the east and a wooden chest in the corner.
? OPEN CHEST
> You open the chest. It is empty. There is nothing of interest here.
? EAST
> The door is closed.
Remember? So what do you reckon...? From what I recall, its a case of relatively simple IF/THEN statements, arrays, and random functions.
I think this would be a really nice project for me to learn javascript with, it could potentially teach a lot of concepts yeah?
An example of the kind of logic these games employ can be found here... its the manual for the program i used.
http://www.softwolves.pp.se/idoc/read/advcreator_en
Could people please advise me if this has been done before, if its possible, and perhaps give some guidance how i can do it?
Gazz
I think it is... I used to work on C64 with the "Graphic Adventure Creator" by incentive software and is was dead simple yet way effective. I know these games are old but they are real fun to use. Im sure I can get this creator emulated but I would like to do it in Javascript or something instead?
If anyone doesnt remember what Im talking about here's an example of dialogue in one of these games...
> You are in a small room. There is a big red door to the east and a wooden chest in the corner.
? OPEN CHEST
> You open the chest. It is empty. There is nothing of interest here.
? EAST
> The door is closed.
Remember? So what do you reckon...? From what I recall, its a case of relatively simple IF/THEN statements, arrays, and random functions.
I think this would be a really nice project for me to learn javascript with, it could potentially teach a lot of concepts yeah?
An example of the kind of logic these games employ can be found here... its the manual for the program i used.
http://www.softwolves.pp.se/idoc/read/advcreator_en
Could people please advise me if this has been done before, if its possible, and perhaps give some guidance how i can do it?
Gazz