@PitfallCreator Big fan of "Pitfall", but just discovering "Little Computer People". Each copy of the game generates its own unique character. How many different characters could you generate programmatically, i.e. # of traits (e.g. hair/skin color) & # of values for each trait?
I used that number as a seed for a random number generator. So the disk you brought home contained a unique LCP. Similar to the Pitfall world generator, I used various bits from the seeded LCP polynomial to define visual details and personality traits.