1 00:00:00,550 --> 00:00:03,940 Hi. My name is Amit, @paradoxed on Twitter. 2 00:00:03,940 --> 00:00:08,190 This week's forum contest is for the iOS developers. 3 00:00:08,190 --> 00:00:10,200 And it's a simple Tic-Tac-Toe app. 4 00:00:10,200 --> 00:00:11,720 Here, let me show you. 5 00:00:11,720 --> 00:00:14,340 As you can see, it's a simple Tic-Tac-Toe app that's 6 00:00:14,340 --> 00:00:17,630 played between two people as you would play it on paper. 7 00:00:17,630 --> 00:00:20,380 But here, you're playing it on the iPhone. 8 00:00:20,380 --> 00:00:23,414 So it's turn based, so the first person will get 9 00:00:23,414 --> 00:00:25,872 an X, and the next person will get an O. 10 00:00:25,872 --> 00:00:31,730 The first person to score three consecutive X's or O's in a row wins. 11 00:00:31,730 --> 00:00:33,850 If the entire board fills up and nobody 12 00:00:33,850 --> 00:00:37,270 gets consecutive X's or O's, then nobody wins. 13 00:00:38,820 --> 00:00:42,900 We will be judging this app based on design and code. 14 00:00:42,900 --> 00:00:45,680 So there'll be a design review as well as a code review. 15 00:00:46,930 --> 00:00:51,660 Be sure to check out the details on how to enter right below this video. 16 00:00:51,660 --> 00:00:55,330 You can either submit a link to a GitHub project, or zip 17 00:00:55,330 --> 00:00:59,730 up your project and provide a link to download the zip file. 18 00:00:59,730 --> 00:01:00,440 Good luck, everyone.