while (1){
  sitch(event){
    event = あれ:
      mind = 緊張;
    event = これ:
      mind = 緊張;
    …
    default:
      mind = 能天気;
  }
  if (mind == 緊張){
    if (health  && skill && environment && society && income && family && interesting && … && luck == 良好);
      do good job;
    } else {
      break;
    }
  }
}これは何か特別なことを言っているのではなく、単にビリヤードがうまくできないのはなぜだろうという話です。
 

0 件のコメント:
コメントを投稿