home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / ai / 3257 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.8 KB

  1. Path: sparky!uunet!walter!att!rutgers!network.ucsd.edu!mvb.saic.com!kafka!will
  2. From: will@kafka.SAIC.COM (Will Scarvie x6388)
  3. Newsgroups: comp.ai
  4. Subject: Strategy engine and representing game rules
  5. Message-ID: <7958329@MVB.SAIC.COM>
  6. Date: 28 Aug 92 18:05:01 GMT
  7. Lines: 32
  8. Nntp-Posting-Host: Mvb.Saic.Com
  9.  
  10. Hello everyone,
  11.  
  12.   I'm thinking about beginning a project which would create a strategy engine
  13. capable of reading a database of rules and creating a space of possible
  14. strategies based on those rules.  The rule database would consist of the
  15. rules of some fairly simple baord wargame translated into a yet-to-be-defined
  16. machine readable language.  The idea here is to create a language capable of
  17. expressing a large number of different wargame rules sets, and an engine
  18. capable of reading and operating on any rules set expressed in that language.
  19. The goal of the strategy engine would be to propose strategies for the
  20. playing of a game based on current board position, victory conditions, and
  21. whatever else is relevant.
  22.  
  23.   But, I'm in need of some pointers on where to look for work already done in
  24. this area.  Particularly interesting would be references which deal with
  25. representing boards, units and rules in a program, and anything done already
  26. on decision making and planning in games.  I have a feeling that a lot of work
  27. has been done in similar areas for the creation of computer controlled players
  28. but I don't know where to look.
  29.  
  30.   If any of you have ANY ideas about what I ought to be reading for this
  31. project, please forward them to me.  If there's any interests, I'll compile
  32. a listing of the resources and post them to this group.
  33.  
  34. Thanks very much,
  35.  
  36. Will Scarvie
  37. will@kafka.saic.com
  38.  
  39. DISCLAIMER:
  40. The opinions expressed are entirely my own and should not be construed to 
  41. represent those of my company.
  42.