Skip to content
Daniel Atkinson edited this page Jul 12, 2013 · 2 revisions

The map

I was thinking a room could be defined as a set of co-ordinates, a name, a description, a short description and possibly a type.

  • id (int)
  • n (int) id of joining room
  • e (int) id of joining room
  • s (int) id of joining room
  • w (int) id of joining room
  • ne (int) id of joining room
  • nw (int) id of joining room
  • se (int) id of joining room
  • sw (int) id of joining room
  • name (varchar)
  • type (varchar)
  • description (varchar)
  • short_description (varchar)

Clone this wiki locally