• [OT] Peter Langston's "Wander" game

    From Eli the Bearded@21:1/5 to All on Tue Oct 27 20:46:49 2015
    Peter Langston's "Wander" game system from the 1970s has been recovered.
    Why post here?

    https://en.wikipedia.org/wiki/Peter_Langston
    Peter Langston (born 1946) is a computer programmer who wrote and
    distributed for free several games for Unix systems in the 1970s,
    including the original version of Empire and the program "Oracle"
    upon which the later net-wide [Internet] Oracle was modeled. He is
    also an experienced jazz, rock, and folk musician.

    In 1982, he was hired by the Computer Division of Lucasfilm to start
    Lucasfilm Games. He hired the programming and design teams and wrote
    the music for and contributed to the game design of Lucasfilm Games'
    first two releases, Ballblazer and Rescue on Fractalus!. In fact,
    for Ballblazer, Langston created an algorithmic composition system,
    which allowed the game to improvise music (from an initial set of
    musical snippets contributed by famous musicians) based on what is
    happening in the game. Langston later left Lucasfilm Games for
    Bellcore (now Telcordia Technologies). Langston retired in 1991 and
    is now consulting and running adult music camps.

    Anyway, the Wander is a tool to create interactive adventures but
    predates Adventure (Colassal Cave), which itself predates Zork. The code
    was found a few months ago, but a recent post in one of the interactive
    fiction newsgroups alerted me to it.

    https://ahopeful.wordpress.com/2015/04/22/wander-1974-a-lost-mainframe-game-is-found/

    I got the source from github and found it compiled and ran easily on
    Linux. Apparently Langston did the port to modern C code himself.

    https://github.com/shmup/wander

    That includes four "games" built with the system. At least one of those
    ("tut") is more of demo of an alternative use for the system than a
    game.

    Anyway, if there are other humans left here, the very tangential
    connection to Orrie is interesting. I've been looking through some
    other Langston source and found his original oracle.c, it's less
    exciting than Wander, but I can post it if people are interested.

    Elijah
    ------
    /*
    * ORACLE -- ho ho Copyright (c) P. S. Langston - NYC NY 1978
    * Compile: cc -O -q oracle.c -lS; mv a.out oracle; chmod 755 oracle
    */

    char *whatsccs "@(#)oracle.c 1.7 last mod 6/13/80 -- (c) psl 1978";

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Amanda Huggenkiss@21:1/5 to Eli the Bearded on Mon Dec 12 00:46:48 2016
    Eli the Bearded <*@eli.users.panix.com> Wrote in message:
    Peter Langston's "Wander" game system from the 1970s has been recovered.
    Why post here?

    https://en.wikipedia.org/wiki/Peter_Langston
    Peter Langston (born 1946) is a computer programmer who wrote and
    distributed for free several games for Unix systems in the 1970s,
    including the original version of Empire and the program "Oracle"
    upon which the later net-wide [Internet] Oracle was modeled. He is
    also an experienced jazz, rock, and folk musician.

    In 1982, he was hired by the Computer Division of Lucasfilm to start
    Lucasfilm Games. He hired the programming and design teams and wrote
    the music for and contributed to the game design of Lucasfilm Games'
    first two releases, Ballblazer and Rescue on Fractalus!. In fact,
    for Ballblazer, Langston created an algorithmic composition system,
    which allowed the game to improvise music (from an initial set of
    musical snippets contributed by famous musicians) based on what is
    happening in the game. Langston later left Lucasfilm Games for
    Bellcore (now Telcordia Technologies). Langston retired in 1991 and
    is now consulting and running adult music camps.

    Anyway, the Wander is a tool to create interactive adventures but
    predates Adventure (Colassal Cave), which itself predates Zork. The code
    was found a few months ago, but a recent post in one of the interactive fiction newsgroups alerted me to it.

    https://ahopeful.wordpress.com/2015/04/22/wander-1974-a-lost-mainframe-game-is-found/

    I got the source from github and found it compiled and ran easily on
    Linux. Apparently Langston did the port to modern C code himself.

    https://github.com/shmup/wander

    That includes four "games" built with the system. At least one of those ("tut") is more of demo of an alternative use for the system than a
    game.

    Anyway, if there are other humans left here, the very tangential
    connection to Orrie is interesting. I've been looking through some
    other Langston source and found his original oracle.c, it's less
    exciting than Wander, but I can post it if people are interested.

    Elijah
    ------
    /*
    * ORACLE -- ho ho Copyright (c) P. S. Langston - NYC NY 1978
    * Compile: cc -O -q oracle.c -lS; mv a.out oracle; chmod 755 oracle
    */

    char *whatsccs "@(#)oracle.c 1.7 last mod 6/13/80 -- (c) psl 1978";


    Great news, Eli- I'll have to check that out.

    Manda.
    --

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eli the Bearded@21:1/5 to [email protected] on Tue Dec 13 00:00:04 2016
    In rec.humor.oracle.d, Amanda Huggenkiss <[email protected]> wrote:

    Hey, I remember Bart calling up Moe's and using that name.

    Eli the Bearded <*@eli.users.panix.com> Wrote in message:
    Peter Langston's "Wander" game system from the 1970s has been recovered. Why post here?
    https://en.wikipedia.org/wiki/Peter_Langston
    Peter Langston (born 1946) is a computer programmer who wrote and
    distributed for free several games for Unix systems in the 1970s,
    including the original version of Empire and the program "Oracle"
    upon which the later net-wide [Internet] Oracle was modeled.
    ...
    /*
    * ORACLE -- ho ho Copyright (c) P. S. Langston - NYC NY 1978
    * Compile: cc -O -q oracle.c -lS; mv a.out oracle; chmod 755 oracle
    */

    char *whatsccs "@(#)oracle.c 1.7 last mod 6/13/80 -- (c) psl 1978";

    Great news, Eli- I'll have to check that out.

    Enlightenment shall not come easily on this matter.
    I'll think that over and mail you an answer.
    Meanwhile, perhaps you could answer this question for me:
    Have you ever given a snazzy demo only to have your victim say,
    "Let's ask the computer what the meaning of life is!" or some
    such? Well, now you have a way out of that one; ask the oracle!


    Elijah
    ------
    to quote oracle.c and READ_ME from the archive

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Eli the Bearded on Fri Jan 27 17:20:30 2017
    On Wednesday, October 28, 2015 at 7:46:50 AM UTC+11, Eli the Bearded wrote:
    Peter Langston's "Wander" game system from the 1970s has been recovered.
    Why post here?

    https://en.wikipedia.org/wiki/Peter_Langston
    Peter Langston (born 1946) is a computer programmer who wrote and
    distributed for free several games for Unix systems in the 1970s,
    including the original version of Empire and the program "Oracle"
    upon which the later net-wide [Internet] Oracle was modeled. He is
    also an experienced jazz, rock, and folk musician.

    In 1982, he was hired by the Computer Division of Lucasfilm to start
    Lucasfilm Games. He hired the programming and design teams and wrote
    the music for and contributed to the game design of Lucasfilm Games'
    first two releases, Ballblazer and Rescue on Fractalus!. In fact,
    for Ballblazer, Langston created an algorithmic composition system,
    which allowed the game to improvise music (from an initial set of
    musical snippets contributed by famous musicians) based on what is
    happening in the game. Langston later left Lucasfilm Games for
    Bellcore (now Telcordia Technologies). Langston retired in 1991 and
    is now consulting and running adult music camps.

    Anyway, the Wander is a tool to create interactive adventures but
    predates Adventure (Colassal Cave), which itself predates Zork. The code
    was found a few months ago, but a recent post in one of the interactive fiction newsgroups alerted me to it.

    https://ahopeful.wordpress.com/2015/04/22/wander-1974-a-lost-mainframe-game-is-found/

    I got the source from github and found it compiled and ran easily on
    Linux. Apparently Langston did the port to modern C code himself.

    https://github.com/shmup/wander

    That includes four "games" built with the system. At least one of those ("tut") is more of demo of an alternative use for the system than a
    game.

    Anyway, if there are other humans left here, the very tangential
    connection to Orrie is interesting. I've been looking through some
    other Langston source and found his original oracle.c, it's less
    exciting than Wander, but I can post it if people are interested.

    Elijah
    ------
    /*
    * ORACLE -- ho ho Copyright (c) P. S. Langston - NYC NY 1978
    * Compile: cc -O -q oracle.c -lS; mv a.out oracle; chmod 755 oracle
    */

    char *whatsccs "@(#)oracle.c 1.7 last mod 6/13/80 -- (c) psl 1978";

    Damn. I idly pop in and find two of the old reprobates still musing interestingly.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Eli the Bearded@21:1/5 to [email protected] on Sat Jan 28 04:19:46 2017
    In rec.humor.oracle.d, <[email protected]> wrote:
    On Wednesday, October 28, 2015 at 7:46:50 AM UTC+11, Eli the Bearded wrote:
    ^^^^^^^^^^^^^^^^

    Takes a long time for people to respond around here.

    [snip]

    Damn. I idly pop in and find two of the old reprobates still musing interestingly.

    And that's all I am? An old reprobate? I don't even make neo-probate?

    Elijah
    ------
    or maybe to pro-bait

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)