
Completely went to town on drawing monsters. Now I have total of 38 monsters! I need to do at least 5 more. Then I think I'm going to be back on programming for a while again.
今日は集中してモンスターの絵かきまくった。38匹目が完成!あと5匹ぐらい必要なのであと1日あればできるぞぉ。その後はまたプログラミングへ戻るかな。
An archive of my battle for learning how to make an iPhone game, both coding and art.
勉強しながらプログラミングとグラフィックを全部一人で作ってしまうiPhoneゲーム製作戦記!
BOOL aBool;
NSMutableArray *aMutableArray = [[NSMutableArray alloc] initWithObjects:[NSNumber numberWithBool:NO], nil];
aBool = [(NSNumber *)[aMutableArray objectAtIndex:0] boolValue];