Ok, this one should be easy for people who are into games (maybe the sims?) and
have played around with game editors.
The reason I need this (weird) thing is that I'm going to use it for a
psychology experiment.
I need a graph of a "room" (square) full of people. The people should be
different from one another, and should be in random locations. I plan to
generate several (many) rooms with different numerosities (i.e., 19, 23,...60
people). Ideally, no person should appear in two rooms.
I can generate random coordinates and pass them to the program (game editor?) or
I can just use the random coordinates that the program generates itself.
I will need 20 + 10 + 60 = 90 rooms, so it'd have to be something that doesn't
require manual intervention (i.e., works in batch mode).
Finally, it doesn't matter if the people are trolls, astronauts or wearing roman
togas
but they should all be part of the same category, i.e., no one guy
sticking out. Maybe contemporary clothes would be best (I'm thinking sims?
then?).
Doable?