1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] Game Economies -->
<!--X-From-R13: [nggurj [vunyl <qvnoybNorfg.pbz> -->
<!--X-Date: Wed, 9 Jun 1999 23:14:11 &#45;0700 -->
<!--X-Message-Id: Pine.BSF.4.10.9906092127060.25538&#45;100000#shell9,ba.best.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 4.1.19990609201333.00c1c1b0#pop,darklock.com -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] Game Economies</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:diablo#best,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00680.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00682.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00669.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00684.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00681">Author</A>
&nbsp;|&nbsp;<A HREF="#00681">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00681">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] Game Economies</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] Game Economies </LI>
<LI><em>From</em>: Matthew Mihaly &lt;<A HREF="mailto:diablo#best,com">diablo#best,com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 9 Jun 1999 21:43:59 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Wed, 9 Jun 1999, Caliban Tiresias Darklock wrote:

&gt; On 08:13 PM 6/9/99 -0700, I personally witnessed J C Lawrence jumping up to
&gt; say:
&gt; &gt;
&gt; &gt;XScreenSaver has a module called "attraction".  Run it.  The
&gt; &gt;mechanics are extremely simple and quite obvious to the eye.  Now
&gt; &gt;consider that eacy ball is in fact a system value or state in your
&gt; &gt;game and that your screen is a two-dimenional graph (with
&gt; &gt;appropriately valued axis for each ball).  All of a sudden, with
&gt; &gt;very simple mechanics you have rather interesting behaviours for
&gt; &gt;little expense.
&gt; 
&gt; Based purely on this description, this is just the sort of thing I'm
&gt; looking at with UU. The existing economy is excessively simple, excessively
&gt; predictable, *if* you pay close attention to it. A little observation will
&gt; teach you what everything "should" cost in the game and whether 18 credits
&gt; a ton for water is a high price or a low one. But it's a really effective
&gt; *illusion* of a complex economy; it just fudges the idea of supply and
&gt; demand to make it appear that things are complicated when in fact there's
&gt; just a random fluctuation on a set of very simple calculations. A bunch of
&gt; theoretical calculations are lumped together into a final answer, which is
&gt; rapidly calculated based on available variables, and then I just go "umm,
&gt; well, okay, it's not always going to be PERFECT, so let's give it... say, a
&gt; ten percent skew in one direction or the other". I like the elegance of
&gt; this approach. I'm trying to extend it to other things... yeah, I know, the
&gt; magic is sort of gone now, isn't it? ;)

Actually, this sounds like sort of the opposite of what JC is talking
about. A good example of what he is talking about is the game of Life (not
the board game). I'm sure most of you have seen it, so I'll spare you a
detailed explanation, but essentially you start with a bunch of lighted
squares on a computer screen, then apply simple rules to them. I forget
the details of Life, but it's something like if an empty square has 2
lighted neighbors it will light up. If it has 3 or more (or maybe 4 or
more, I don't remember), it will die out.

That's the simplest version, but even with those extremely simple rules,
you end up with these really interesting and persistent patterns. You've
got flyers, which are patterns that fly across the screen over and over,
maintaining the same pattern (the screen wraps around), you've got guns,
which are stable islands that regularly fire off clusters of the same
pattern. You've got some that switch back and forth between the same
states (some guys at MIT even were able to devise an initial configuration
through which a stable pattern would be produced that would cycle through
_eight_ variations before returning to the original). There are others
too, but I can't remember them. Life is an absolutely fascinating program
to watch. You can start out with total chaos, with squares lit up at
random, and see how long the systems can go before all chaos dies away and
you have pure order. You want to avoid hitting order, because then it's
boring and uninteresting (not to mention not realistic), but you also want
to see stable patterns emerge and disintegrate. The ideas that the Santa
Fe Institute are dealing with are all about finding this "edge of chaos",
where they feel that things get interesting, from the possibility of life
and intelligence, to most economic activity, etc.

Defining what the outcome is going to be is sort of the opposite of this
sort of thing. What JC is doing sounds really interesting, though I have
no idea how much fun it is for the players. I doubt I will ever take the
risk of putting a system in with the intention of allowing emergent
properties, simply because they could be bad for business.
--matt




_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00732" HREF="msg00732.html">Re: [MUD-Dev] Game Economies</A></strong>
<ul compact><li><em>From:</em> J C Lawrence &lt;claw#varesearch,com&gt;</li></ul>
<li><strong><A NAME="00684" HREF="msg00684.html">Re: [MUD-Dev] Game Economies</A></strong>
<ul compact><li><em>From:</em> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00669" HREF="msg00669.html">Re: [MUD-Dev] Game Economies</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00680.html">RE: [MUD-Dev] Text Parsing</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00682.html">Re: [MUD-Dev] Text Parsing</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00669.html">Re: [MUD-Dev] Game Economies</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00684.html">Re: [MUD-Dev] Game Economies</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00681"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00681"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] Game Economies</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00831" HREF="msg00831.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Timothy O'Neill Dang <a href="mailto:timothy#nmia,com">timothy#nmia,com</a>, Thu 17 Jun 1999, 15:38 GMT
<UL>
<LI><strong><A NAME="00854" HREF="msg00854.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Marian Griffith <a href="mailto:gryphon#iaehv,nl">gryphon#iaehv,nl</a>, Fri 18 Jun 1999, 20:42 GMT
</LI>
</UL>
</LI>
</ul>
<LI><strong><A NAME="00662" HREF="msg00662.html">Re: [MUD-Dev] Game Economies</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Thu 10 Jun 1999, 03:13 GMT
<UL>
<LI><strong><A NAME="00669" HREF="msg00669.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 10 Jun 1999, 03:55 GMT
<UL>
<LI><strong><A NAME="00681" HREF="msg00681.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Thu 10 Jun 1999, 06:14 GMT
<UL>
<LI><strong><A NAME="00684" HREF="msg00684.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Thu 10 Jun 1999, 07:09 GMT
</LI>
<LI><strong><A NAME="00732" HREF="msg00732.html">Re: [MUD-Dev] Game Economies</A></strong>, 
J C Lawrence <a href="mailto:claw#varesearch,com">claw#varesearch,com</a>, Fri 11 Jun 1999, 02:29 GMT
<UL>
<LI><strong><A NAME="00754" HREF="msg00754.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Fri 11 Jun 1999, 15:24 GMT
<UL>
<LI><strong><A NAME="00812" HREF="msg00812.html">Re: [MUD-Dev] Game Economies</A></strong>, 
Mik Clarke <a href="mailto:mikclrk#ibm,net">mikclrk#ibm,net</a>, Mon 14 Jun 1999, 20:40 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>