Skip to content

Repository files navigation

What happens every day:

// Daily situations
if (self.studying.status == true){
    studying.interrupt();
    studying.status = false;
    self.encourage(event.play_computer);
} else {
    self.encourage(event.play_computer);
}

if (parent.angry.status == true){
    self.sad(parent.angry);
    self.studying.status = true;
}

Metrics

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors