For more information on IGN's Code-Foo 2015, visit [ign.com/code-foo/2015] (http://ign.com/code-foo/2015).
To apply to Code-Foo 2015, fork this repository and answer all questions. Push your answers to your fork and send us an email at [email protected] to let us know you're finished.
IGN's Code-Foo 2015 is open to US residents only. All answers must be completed using Java, Scala, PHP, Ruby, Swift, Objective-C, or JavaScript. Application must be turned in by Friday, May 1st at 5pm PST. You will be notified by email if you pass the first round of submissions.
-
Create a 2-5 minute video introducing yourself and tell us why we should choose you for the Code-Foo program.
-
How many ping-pong balls can you fit in 747? Describe each step in your thought process.
-
Write a program to find the given words from the included word search. Both word search and words can be found at [word-search.txt] (https://github.com/ign/code-foo-2015/blob/master/word-search.txt)
-
Using [this API] (http://ign-apis.herokuapp.com), pull and display a list of both articles and videos.
-
Using the results from the previous question, create a web/ios/android application that displays the results and matches [this design] (https://github.com/ign/code-foo-2015/blob/master/design.png). The application should be responsive to common screen/device sizes.
Programmatically create a game similar to Battleship™ with one AI-controlled opponent and a human-controlled player.