jamiely / connect-four-objective-c

Connect four in objective-c

Home Page:http://jamie.ly/wordpress/programming/connect-four-objective-c-implementation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connect Four

Build Status

Intro

Another Connect Four implementation. See my others in Coffeescript and Scala. This is mostly written to try out a few testing frameworks for iOS.

Testing

OCUnit tests are provided. Run them via XCode.

To run the Frank tests, follow the instructions on the site, including turning on Accessibility in OS X, and issue the following commands

bundle install
bundle exec frank setup # do NOT override env.rb (Select "n")
bundle exec frank build
bundle exec cucumber Franke/features

About

Connect four in objective-c

http://jamie.ly/wordpress/programming/connect-four-objective-c-implementation/


Languages

Language:Objective-C 89.6%Language:Ruby 8.2%Language:Gherkin 2.2%