Text based adventures software

Hardware Hacking, Programming and Game Solutions/Cheats
Post Reply
User avatar
Gareth_O'Flaherty
Posts: 42
Joined: Tue Dec 04, 2012 1:24 pm
Location: Newbridge, County Kildare, Ireland

Text based adventures software

Post by Gareth_O'Flaherty »

Does anyone know of software for Windows which helps in the design and coding of text-based adventures? I have a few ideas that I want to try out, with the ultimate goal of trying to port to the Dragon.
Gareth.
Got my first Dragon 32 in 1983 (where does the time go??).
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Re: Text based adventures software

Post by jedie »

I have a idea for a BASIC editor on PC (Windows/Linux/MacOX) to help writing longer BASIC programs.

I would also like to bind it to DragonPy and/or XRoar to easy run changes BASIC code with the emulator. Easier as use XRoar "File/Run" menu entry.
The Idea it to copy the listing directly into Emulated Memory.

But it is all far away ;)
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
Alastair
Posts: 669
Joined: Fri Jul 18, 2008 11:33 pm

Re: Text based adventures software

Post by Alastair »

I know of Windows software (see http://ifarchive.org/indexes/if-archive ... mming.html) but I do not know of anything that will port easily to a Dragon.
jedie
Posts: 655
Joined: Wed Aug 14, 2013 12:23 pm
Location: germany
Contact:

Re: Text based adventures software

Post by jedie »

Alastair wrote:I know of Windows software (see http://ifarchive.org/indexes/if-archive ... mming.html) but I do not know of anything that will port easily to a Dragon.
http://www.ifarchive.org/ is down for me.
... too many ideas and too little time ... Related stuff written in Python:
Dragon 32 emulator / PyDC - Python Dragon 32 converter: https://github.com/jedie/DragonPy
DWLOAD server / Dragon-Lib and other stuff: https://github.com/6809
Alastair
Posts: 669
Joined: Fri Jul 18, 2008 11:33 pm

Re: Text based adventures software

Post by Alastair »

jedie wrote:http://www.ifarchive.org/ is down for me.
Let's hope that it is a just temporary blip that is resolved soon, in the meantime FTP is still working (ftp://www.ifarchive.org/if-archive/programming/).

After some consideration I wonder if using the Scott Adams/Brian Howarth data format is the best means of creating a game that can be ported to the Dragon. A game can be created and tested on a PC (for example with the Scott Adams Compiler and ScottFree[1] respectively), it should then be possible to use the Mysterious Adventures interpreter for the Dragon to run the code. The last part requires some work to first separate the interpreter from an existing Mysterious Adventures game and then combine the interpreter with the adventure code, but the result would be a game with proper lower case characters that can be loaded from cassette and run on a Dragon 32.

[1] Or the FTP page if HTTP is down.
Post Reply