int direct_check()
{
    while(true)
    {
        if(common_check(D_DOWN)==FAIL) break;
        draw();
    }
    while(true)
    {
        if(check_horizon()==FAIL) break;
    }
    common_init(FAIL);
    return(SUCC);
}

'c# 언어' 카테고리의 다른 글

TrisPackage.Tris/check_horizon();  (0) 2021.11.17
TrisPackage.Tris/tris_time_tick();  (0) 2021.11.17
TrisPackage.Tris/common_init();  (0) 2021.11.17
time_tick - keyboard hit(Auto)  (0) 2021.11.16
Console.SetCursorPosition Method try & catch  (0) 2021.11.11

+ Recent posts