Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Game Development

  • 09-12-2013 12:28pm
    #1
    Registered Users, Registered Users 2 Posts: 454 ✭✭


    for(int i = 0 ; i < ? ; i++)
    {
    Debug.Log("Should be finished this thing in another 2 months");
    }


Comments

  • Registered Users, Registered Users 2 Posts: 32 oisincar


    -(NSString *)makeGame{
    for(int i = 5 ; i < 20 ; i++)
    {
    NSLog(@Sure I've only got like %i more things to do, i);
    }
    NSLog(@*sigh* I give up);

    return @unfinished game;
    }


    My entire process for making games... More and more things to do until i give up. At least i have some fun along the way tho XD


  • Registered Users, Registered Users 2 Posts: 454 ✭✭Kilgore__Trout


    Yeah, good old feature creep. Starting to develop a sense of how Batman felt when Joker shot down the bat plane and he had to fight increasingly draining battles with henchmen on his way to the top of the cathedral :)


Advertisement