Author Topic: Good interface ideas  (Read 23030 times)

Lummox JR

  • Newcomer
  • Posts: 29
  • Karma: +0/-0
    • View Profile
    • Dungeon Crawlers
Good interface ideas
« on: August 05, 2007, 08:30:00 PM »
Sean Howard has an interesting post at his game mechanics page about Roguelikes:

http://www.squidi.net/three/entry.php?id=53

The first part is a neat idea, but the real meat is below. The idea is to encourage Roguelikes to go with a simpler interface instead of having a zillion and one commands that only work on one item each, or menuize item interaction in a way that's simpler. It certainly makes a lot of sense.

Also of note is his article on procedural content:

http://www.squidi.net/three/entry.php?id=37

Gamer_2k4

  • Rogueliker
  • ***
  • Posts: 86
  • Karma: +0/-0
    • View Profile
Re: Good interface ideas
« Reply #1 on: August 06, 2007, 02:09:09 PM »
Interesting.  The first article will be useful in a small game I'm designing that has randomly created monsters and items.
Gamer_2k4

Lummox JR

  • Newcomer
  • Posts: 29
  • Karma: +0/-0
    • View Profile
    • Dungeon Crawlers
Re: Good interface ideas
« Reply #2 on: August 06, 2007, 10:03:22 PM »
I've always liked the idea of procedurally generated content, but #37 is the first place I've seen it suggested that a language be implemented to that end. That makes more sense than anything hard-coded ever could, really, except that the danger of creating such a language is that you have to keep adding on to it as you want new features.