Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
7DRL: Unnamed MUD roguelike
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Tew  
View profile  
 More options Mar 15 2010, 12:37 am
Newsgroups: rec.games.roguelike.development
From: Richard Tew <richard.m....@gmail.com>
Date: Sun, 14 Mar 2010 21:37:29 -0700 (PDT)
Local: Mon, Mar 15 2010 12:37 am
Subject: 7DRL: Unnamed MUD roguelike
Hi,

Due to a death in the family, I didn't have much time to work on my
project, but I got a good part of the display routines implemented.  I
was using a pre-existing MUD code base where players can log on,
communicate and explore using text-base commands (look, get object,
drop object, north, south, west, say <something>, ...).

If you have a decent telnet client, you can try what I have at the
address below.  I have tried it with Windows Telnet, and Putty.  It
should work with any that have decent ANSI support.

Telnet to this address:  rmtew.dyndns.org 3000

Cheers,
Richard.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slash  
View profile  
 More options Mar 15 2010, 8:21 am
Newsgroups: rec.games.roguelike.development
From: Slash <java.ko...@gmail.com>
Date: Mon, 15 Mar 2010 05:21:27 -0700 (PDT)
Local: Mon, Mar 15 2010 8:21 am
Subject: Re: 7DRL: Unnamed MUD roguelike
On Mar 14, 11:37 pm, Richard Tew <richard.m....@gmail.com> wrote:

> Hi,

> Due to a death in the family,

My condolences..

> I didn't have much time to work on my
> project, but I got a good part of the display routines implemented.  I

Is this a success, or a failure?

> Cheers,
> Richard.

--
Slashie

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slash  
View profile  
 More options Mar 15 2010, 8:22 am
Newsgroups: rec.games.roguelike.development
From: Slash <java.ko...@gmail.com>
Date: Mon, 15 Mar 2010 05:22:42 -0700 (PDT)
Local: Mon, Mar 15 2010 8:22 am
Subject: Re: 7DRL: Unnamed MUD roguelike
On Mar 14, 11:37 pm, Richard Tew <richard.m....@gmail.com> wrote:

> Hi,

Also, did you have a start announcing post?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Szrama  
View profile  
 More options Mar 15 2010, 9:38 am
Newsgroups: rec.games.roguelike.development
From: Ryan Szrama <ryan.szr...@gmail.com>
Date: Mon, 15 Mar 2010 06:38:23 -0700 (PDT)
Local: Mon, Mar 15 2010 9:38 am
Subject: Re: 7DRL: Unnamed MUD roguelike
Richard, when things settle down, I'd be interested in chatting about
this idea further.  Recently re-uploaded SocketMUD to a web server and
thinking about some sort of persistent, world creation MUD with a
Roguelike twist.  Not sure what code base you were using here, but
SocketMUD is a totally do-it-from-scratch server.

I also put up an old stock Rom 2.4b6 for toots and giggles.  : D

-Ryan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Tew  
View profile  
 More options Mar 15 2010, 3:55 pm
Newsgroups: rec.games.roguelike.development
From: Richard Tew <richard.m....@gmail.com>
Date: Mon, 15 Mar 2010 12:55:58 -0700 (PDT)
Local: Mon, Mar 15 2010 3:55 pm
Subject: Re: 7DRL: Unnamed MUD roguelike
On Mar 16, 1:21 am, Slash <java.ko...@gmail.com> wrote:

> On Mar 14, 11:37 pm, Richard Tew <richard.m....@gmail.com> wrote:

> > Hi,

> > Due to a death in the family,

> My condolences..

> > I didn't have much time to work on my
> > project, but I got a good part of the display routines implemented.  I

> Is this a success, or a failure?

Ah, sorry, I meant to put that in the title.  It was a failure.

And here was the starting post:

http://groups.google.com/group/rec.games.roguelike.development/msg/92...

Cheers,
Richard.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Tew  
View profile  
 More options Mar 15 2010, 4:03 pm
Newsgroups: rec.games.roguelike.development
From: Richard Tew <richard.m....@gmail.com>
Date: Mon, 15 Mar 2010 13:03:43 -0700 (PDT)
Local: Mon, Mar 15 2010 4:03 pm
Subject: Re: 7DRL: Unnamed MUD roguelike
On Mar 16, 2:38 am, Ryan Szrama <ryan.szr...@gmail.com> wrote:

> Richard, when things settle down, I'd be interested in chatting about
> this idea further.  Recently re-uploaded SocketMUD to a web server and

Sure, give us a yell.  I think this is a largely unexplored part of
MUD possibilities.  Most of the MUD clients seem to be heading away
from supporting ANSI, with separate command entry fields and lack of
support for character mode, which is unfortunate.  But I guess you
have to cater for the lowest common denominator :-)

> thinking about some sort of persistent, world creation MUD with a
> Roguelike twist.  Not sure what code base you were using here, but
> SocketMUD is a totally do-it-from-scratch server.

I use a custom code base.  Basically for what I implemented for my
failed roguelike, which was basically a manually created dungeon with
ANSI scrolling, all my code was limited to this one file:

  http://code.google.com/p/sorrows-mudlib/source/browse/trunk/games/rog...

Actually adding player's sharing the same world would have been
trivial, but I did not get around to it.

Cheers,
Richard.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »