Sports Draw V800.0

Yep, im working on yet another Sports Draw version :D

This one uses the technologies in Tiger – Core Data, Bindings, etc etc

It works. :) Yep my fancy and somewhat complicated algorithm i wrote years ago actually works. The funny thing is i remember sitting for ages working out the algorithm years ago, and only the other day i googled it and found the solution in about 2 minutes. Still, my algorithm works and im going with it. I just need to clean the code up a bit.

At the moment it just spits the completed round robin draw out to the console, which is fine for testing and seeing that it works, but i need to think of a cool way of laying it all out.

Ideally id like to use Core Image to draw some fancy draw layout mainly to play around with Core Image, but im stuck on ideas on how to lay it out graphically. I think ill just dump it to a table view for the time being, at least then the app is somewhat useable.

One of these days i might actually get a version to a stage that i release it, until then ill just keep playing around with it :D

Add a Comment Trackback

One Comment

  1. Hrmm. That is an interesting one, as in how to display it. One idea could be to incorporate an iCal style interface that would allow users to drag the matches around to create an actual schedule. I believe I have an iCal style event widget written somewhere for the calendar app we started.

Add a Comment