OD&D Teletype

You can talk about "almost" anything here.

Moderator: Falconer

Post Reply
User avatar
austinjimm
Uber-Grognard
Posts: 2628
Joined: Tue Sep 07, 2010 12:18 pm
Location: Last Outpost of the Sparn Empire, Eastern Shore of Oros, Planet Eris
Contact:

OD&D Teletype

Post by austinjimm »

Player John A. from my local group sends these along. They are from The Bob Bullock museum here in Austin.

Image

Image

I'm not sure if the actual code is on display. It would be neat to look at that. I'll ask John and get back to y'all.

User avatar
austinjimm
Uber-Grognard
Posts: 2628
Joined: Tue Sep 07, 2010 12:18 pm
Location: Last Outpost of the Sparn Empire, Eastern Shore of Oros, Planet Eris
Contact:

Re: OD&D Teletype

Post by austinjimm »

Looks like a portion of the code is in the picture frame above the machine.

Image

User avatar
thedungeondelver
Intergalactic demander
Posts: 9798
Joined: Sat Sep 10, 2005 7:40 am
Location: ameriʞa

Re: OD&D Teletype

Post by thedungeondelver »

The esteemed Mr. Garriott made the source-code for his first endeavor available freely, requesting of those interested to attempt to port it to a more modern language and computer hardware architecture. Alas I am of very poor programming skill or I might have attempted it myself! However, I doubt he would have cared for a translation from BASIC to...BASIC!
"Peace Is Our Profession"
"Relativism is flatfooted, and orthodoxy packs one hell of a punch." - Kellri
you pretend to be living inside a classic fairy tale
Jump up my ass, you strange mother fucker.

Image

User avatar
austinjimm
Uber-Grognard
Posts: 2628
Joined: Tue Sep 07, 2010 12:18 pm
Location: Last Outpost of the Sparn Empire, Eastern Shore of Oros, Planet Eris
Contact:

Re: OD&D Teletype

Post by austinjimm »

Looks like the complete code is here:

https://raw.githubusercontent.com/richa ... /dnd.basic

I'll have to put it on my "TO DO" list. 1200 lines could take a few hours.

User avatar
EOTB
Uber-Grognard
Posts: 7622
Joined: Sat Apr 12, 2008 1:19 pm
Location: Teleporting without Error

Re: OD&D Teletype

Post by EOTB »

thedungeondelver wrote:However, I doubt he would have cared for a translation from BASIC to...BASIC!
:D
"There are more things, Lucilius, that frighten us than injure us; and we suffer more in imagination than in reality" - Seneca.

User avatar
Philotomy Jurament
Admin
Posts: 6474
Joined: Fri Aug 04, 2006 8:28 pm
Location: City of Dis

Re: OD&D Teletype

Post by Philotomy Jurament »

Looks like Richard Kiss ported this to a browser-based application by writing a BASIC interpreter in Javascript (so the Javascript runs the actual BASIC code). His full github repo is here:
https://github.com/richardkiss/DND1

And a demo is running here:
http://richardkiss.github.io/DND1/

User avatar
ThirstyStirge
Uber-Grognard
Posts: 2014
Joined: Sun Apr 22, 2007 1:04 am
Location: Flynn's Arcade

Re: OD&D Teletype

Post by ThirstyStirge »

Philotomy Jurament wrote:Looks like Richard Kiss ported this to a browser-based application by writing a BASIC interpreter in Javascript (so the Javascript runs the actual BASIC code). His full github repo is here:
https://github.com/richardkiss/DND1

And a demo is running here:
http://richardkiss.github.io/DND1/
It's rather snotty: It told me "Who said you could play?" :?

francisca
Peon of the Vile Rune Tribe
Posts: 9113
Joined: Mon Sep 12, 2005 11:07 am

Re: OD&D Teletype

Post by francisca »

ThirstyStirge wrote:
Philotomy Jurament wrote:Looks like Richard Kiss ported this to a browser-based application by writing a BASIC interpreter in Javascript (so the Javascript runs the actual BASIC code). His full github repo is here:
https://github.com/richardkiss/DND1

And a demo is running here:
http://richardkiss.github.io/DND1/
It's rather snotty: It told me "Who said you could play?" :?
That's 1977 for ya!

User avatar
austinjimm
Uber-Grognard
Posts: 2628
Joined: Tue Sep 07, 2010 12:18 pm
Location: Last Outpost of the Sparn Empire, Eastern Shore of Oros, Planet Eris
Contact:

Re: OD&D Teletype

Post by austinjimm »

Philotomy Jurament wrote:And a demo is running here:
http://richardkiss.github.io/DND1/
The javascript demo doesn't run very well on my system (my main computer is a Power Mac G5 from 2003). I'll just have to type in the BASIC code on my Commodore PET Fat 40 when I get some time.
ThirstyStirge wrote:It's rather snotty: It told me "Who said you could play?" :?
Yeah, that's about all I can get out of it.
Last edited by austinjimm on Mon Feb 05, 2018 7:15 pm, edited 1 time in total.

francisca
Peon of the Vile Rune Tribe
Posts: 9113
Joined: Mon Sep 12, 2005 11:07 am

Re: OD&D Teletype

Post by francisca »

austinjimm wrote:
Yeah, that's about all I can get out of it.
Look at the basic code:

01730 REM INSTRUCTIONS
01740 PRINT "WHO SAID YOU COULD PLAY"
01750 STOP

User avatar
ThirstyStirge
Uber-Grognard
Posts: 2014
Joined: Sun Apr 22, 2007 1:04 am
Location: Flynn's Arcade

Re: OD&D Teletype

Post by ThirstyStirge »

austinjimm wrote:
Philotomy Jurament wrote:And a demo is running here:
http://richardkiss.github.io/DND1/
The javascript demo doesn't run very well on my system (my main computer is a Power Mac G5 from 2003). I'll just have to type in the basic code on my Commodore PET Fat 40 when I get some time.
ThirstyStirge wrote:It's rather snotty: It told me "Who said you could play?" :?
Yeah, that's about all I can get out of it.
Worst. DM. Ever.
The computer program acts like a 12-year old Dungeon Master who takes his responsibilities a tad too weightily. :)
It will be a good many years before the intricacies of refereeing can be handled with a high degree of skill by a machine.

francisca
Peon of the Vile Rune Tribe
Posts: 9113
Joined: Mon Sep 12, 2005 11:07 am

Re: OD&D Teletype

Post by francisca »

The only way to win is to not play the game.

<picks up some dice>

User avatar
Steve
Grognard
Posts: 875
Joined: Thu Feb 12, 2009 9:09 pm

Re: OD&D Teletype

Post by Steve »

ThirstyStirge wrote:It's rather snotty: It told me "Who said you could play?" :?
"It's OK. Gary sent us." 8)

User avatar
ThirstyStirge
Uber-Grognard
Posts: 2014
Joined: Sun Apr 22, 2007 1:04 am
Location: Flynn's Arcade

Re: OD&D Teletype

Post by ThirstyStirge »

Steve wrote:
ThirstyStirge wrote:It's rather snotty: It told me "Who said you could play?" :?
"It's OK. Gary sent us." 8)
I input "Gary Gygax" which should have been the computer programming equivalent of a skeleton key granting me access to everything up to and including launch codes, but no such luck. Maybe I should have instead input "Monte Cook" or "Skip Williams" or "I love Hasbro". :lol:

User avatar
Zenopus Archives
Grognard
Posts: 544
Joined: Fri May 26, 2006 10:21 pm

Re: OD&D Teletype

Post by Zenopus Archives »

ThirstyStirge wrote:
Philotomy Jurament wrote:Looks like Richard Kiss ported this to a browser-based application by writing a BASIC interpreter in Javascript (so the Javascript runs the actual BASIC code). His full github repo is here:
https://github.com/richardkiss/DND1

And a demo is running here:
http://richardkiss.github.io/DND1/
It's rather snotty: It told me "Who said you could play?" :?
Enter N when it asks if you need instructions, and then SHAVS when it asks for a name, and it should work (I tried it and it did).

I first heard of this game back in 2014 when there was a contest to implement the original code on the web, and the blogger Random Wizard was one of the winners.

Here is RW's implementation, which has a nice yellow background (and a little more user friendly than the one linked above): https://www.kirith.com/DND1/pure-js/

The game is neat for what it is, although having to press two different keys for every move (1 for Move and then Direction) is sort of frustrating when you just want to use arrow keys to slide around the neat little ASCII dungeon.

More Links
RW's blog post about the contest: Code, Contests, and Lord British (this is where I got the info about the right name to enter to let you play)

Dragonsfoot thread where I first heard about the contest (links to a Time magazine article about the contest)

Contest Announcement

Announcement of the Winners
“Story tellers are always careful to point out that the reputed dungeons lie in close proximity to the foundations of an older, pre-human city, to the graveyard, and to the sea.” --- J. Eric Holmes

Zenopus Archives blog: Exploring the Underworld of Holmes Basic D&D. Holmes Ref: Reference Sheets for Holmes Basic Referees.

Post Reply