cartland / Marauder

Marauder's Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When a wand is tapped, show the person in the correct location

cartland opened this issue · comments

Currently, people walk around. Tapping their wand will make the name of the person appear temporarily.

To make this better, we can generate a set of random footsteps that don't have a person associated with them.

  • Find a nearby unclaimed person and assign the name.
  • If there is not an unclaimed person in the correct room, create a person and assign the name.
  • Make sure the name is only assigned to 1 person at a time.