JavaBall Match Referee Allocation
A project assigned during the first week of my master degree in order to get our programming skills assessed. We had 4 days to develop an application using a platform of our choice. Basically it is an app that finds and assigns suitable referees to javaball matches (suitability is based on 3 level of ordering). The input of the app is in specific format, and must be located in sd card/javaball/, in a file named 'RefereesIn.txt'.
Example of RefereesIn.txt
DG1 Dave Gray NJB2 3 Central NYY
DM1 Denis Montague IJB1 3 North YYY
JL1 Jack Low IJB2 2 South NYY
KL1 Kenneth Lorrimer IJB2 6 South YYY
KL2 Kenneth Lindsay NJB3 12 Central YYY
TT1 Tim Toms IJB1 Central NYN
PS: Sorry, but no time for full documentation in 4 days :D