in Programming

Connect Four Objective-C Implementation

I’ve been doing more Objective-C development and have been looking into testing frameworks to use with my applications. One of these is called Frank. It allows for functional testing of native iOS apps via cucumber. Another testing framework I wanted to practice with is OCUnit, which is integrated into XCode.

I decided to create another implementation of Connect Four (the third language I’ve written it in so far). Since I know the spec really well, that meant I could focus on TDD.

If you’re interested in taking a look, the source is here:

https://github.com/jamiely/connect-four-objective-c