Page 179 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 179

}

                       else time_count+=1;
                 }

                 else  if(game_state==CHECK)
                 {

                       if(time_count==REAL_TIME)
                       {

                            time_count=0;
                            if(check_count==CHECK_TIME) check_count=CHECK_TIME;

                            else  check_count+=1;
                       }

                       else time_count+=1;


                 }
                 else  if(game_state==WAIT)

                 {
                       if(time_count==REAL_TIME)

                       {
                            time_count=0;

                            if(wait_count==WAIT_TIME)  wait_count=WAIT_TIME;
                            else  wait_count+=1;

                       }
                       else time_count+=1;

                 }
                 else

                 {
                       wait_count=0;

                       check_count=0;
                       time_count=0;

                       game_time_count=GAME_TIME;
                 }


            }




                                                         -  172  -
   174   175   176   177   178   179   180   181   182   183   184