Mixael Contreras

41
reputation
6

Creator of Amazing Virtual Experiences.

const Me = [
{creativity: [creativityFeed]},
{mood: [moodFeed]},
{personality: 'Problem Slayer'}
];

While(Alive){
Breathe();
Think(me.creativity);
Create(MyWorld);
Render(MyReality);
}