Dan Percival on Thu, 9 Aug 2012 12:14:35 -0700 (MST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [game-lang] Late to the party


I am reading up on Jogre now. It looks like an exciting project. I haven't gotten far enough yet to know: does Jogre provide any kind of primitives of game logic or presentation? Or is each individual game responsible for implementing the API in its own (hidden) way?

In reading the archives of this list, I started wondering if there was a useful niche for a game component description format, which could be compiled to GDL on the logic side and also provide hints to a UI. I'm thinking of something like Cameron Browne's Ludi descriptions, which are less general than GDL but much more readable.

Or for a more object-oriented, less LISPy approach: in the GDL for chess, the board state is essentially an 8x8 array of strings, and moving a piece is performed by blanking the source element of the array and overwriting the destination element. Something that humans know about chess pieces, though, is that they can only be in one place at once, and abstract descriptions of Token and Location could impose that restriction and reduce the possibility for errors.

Dan

On Wed, Aug 8, 2012 at 9:52 AM, Richard Walter <rwalter42@xxxxxxxxx> wrote:
Dan,

I'm late to the replys (was out on vacation for the last week), but am also still around.

I'm one of the admins for the Jogre open-source on-line game engine and was interested in this for the possibility of adding a module to Jogre to allow it to play games specified in a generic manner so that Java development knowledge wasn't required to write new games to allow for more widespread development by more users.

I'm not as academically oriented as some of the other people here :), so I'd expected to be more of a fly-on-the-wall to see how this developed.  Unfortunately, work & personal life got busy and so I haven't had much free time to devote to this, but am still interested.

-Richard


From: Dan Percival <dan.percival@xxxxxxxxx>
To: game-lang@xxxxxxxxx
Sent: Thursday, August 2, 2012 11:48 AM
Subject: [game-lang] Late to the party

Hi, all.

I found this list from a Google search for "game description language nomic", which lead to a BGG forum thread (I'm dan_percival there), which lead me here. I've very recently caught the GDL(-II) bug, though in reading through the posts here I am fascinated by the various arguments for a replacement. One specific interest I have is in extending or replacing GDL to express metagames such as Nomic, Mao, or in a limited sense the CCG model.

I've spent a nice hour or so reading through the list archives, and some thoughts have come to mind. Before I wade in too deeply, though, I wanted to know if anyone is still interested in the topic, or even still subscribed!

Dan

_______________________________________________
game-lang mailing list
game-lang@xxxxxxxxx
http://lists.ellipsis.cx/mailman/listinfo/game-lang



_______________________________________________
game-lang mailing list
game-lang@xxxxxxxxx
http://lists.ellipsis.cx/mailman/listinfo/game-lang


_______________________________________________
game-lang mailing list
game-lang@xxxxxxxxx
http://lists.ellipsis.cx/mailman/listinfo/game-lang