public inbox for xconq7@sourceware.org
 help / color / mirror / Atom feed
* re: Xconq language thoughts
@ 2003-11-20 11:15 Brandon J. Van Every
  0 siblings, 0 replies; 7+ messages in thread
From: Brandon J. Van Every @ 2003-11-20 11:15 UTC (permalink / raw)
  To: xconq

Bruno Boettcher wrote:
>
> ergo: we need not only a good abstraction layer defined
> through a set of
> interfaces, we need also easy to use and combinable basic actions to
> attract people into that area...

That's an inspiring vision!  A lot of game design would get done with
such tools.


Cheers,                     www.indiegamedesign.com
Brandon Van Every           Seattle, WA

Taking risk where others will not.

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Xconq language thoughts
@ 2003-11-20  2:16 Stan Shebs
  2003-11-20  2:47 ` Brandon J. Van Every
  2003-11-20 15:10 ` Peter Garrone
  0 siblings, 2 replies; 7+ messages in thread
From: Stan Shebs @ 2003-11-20  2:16 UTC (permalink / raw)
  To: xconq

In all the discussion of extension languages for Xconq, the one thing I look
for is "what is it for". It's always lots of fun to talk about languages and
their good/bad points, but what do the game players and designers get 
for it?

For instance, many of the games in Xconq are based on a randomly generated
world, the purpose being to provide a new and different experience each 
time.
This is completely opposite to 95% of commercial game design, where 
everything
is so predetermined that you can buy a printed walkthrough at the bookstore.
Random generation is harder; you can't just write a script for AI 
behavior, the
AI actually has to be able to do its own analysis. In return, you get a game
where you can't win by knowing to send a full transport to 34,45 after 
turn 30;
transports may even be the totally wrong strategy. Now if people want to 
write
scripted scenarios for Xconq, that would be an interesting addition; but I
haven't seen very many requests for that.

Another consideration is that there is a tension between generality and
specificity; if you generalize everything a lot, you get more flexibility,
but you also have to do more work to get something working.  In the most
extreme case, you end up with one of those generic "game engines" that
amounts to little more than a poor reimplementation of event loop and
memory manager. Xconq is consciously designed to support only a very
specific class of games; in return you get lots of functionality that "just
works". For instance, there has long been an ability to write AIs customized
for a particular game design, but so far everybody has preferred to just
sponge off the generic AI instead. (Not too surprising, since AI writing
is hard, and there is no possible API that can help you with the hard 
parts.)

So when thinking about language integration, don't think about resumes
or user familiarity or whatever; think about how much Xconq machinery you
want to use as-is, vs how much you want to change.

Stan


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-11-20 14:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-20 11:15 Xconq language thoughts Brandon J. Van Every
  -- strict thread matches above, loose matches on Subject: below --
2003-11-20  2:16 Stan Shebs
2003-11-20  2:47 ` Brandon J. Van Every
2003-11-20  3:05   ` Stan Shebs
2003-11-20  9:47     ` Brandon J. Van Every
2003-11-20 10:52       ` Bruno Boettcher
2003-11-20 15:10 ` Peter Garrone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).