Jump to content

football tournament

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
24kmax10

24kmax10

    Newbie

  • Members
  • Pip
  • 9 posts
Hi everybody i ave a project of managing a football tournament lets say the coming world cup.in ma project am supposed to create a console application with a menu having different options.i want to keep track of some information like goals scored,top scorers,referees names officiating different matches.the thing is i wanna get all the info.the only problem i am a junior in programming which am trying 2 change everyday.any one with help or ideas of how i can realize this using C sharp i appreciate....

#2
ErPurpone

ErPurpone

    Newbie

  • Members
  • Pip
  • 2 posts
What have u done already? I will gladly assist u coz I'm workin on my own world cup program

#3
24kmax10

24kmax10

    Newbie

  • Members
  • Pip
  • 9 posts
Hi ErPurpone,am glad that you will assist me.have tried to create a class of a team denoted by its country of origin,a class of a match between two teams.I have tried also to use structures so far i have created two of them one containing goals scored in a particular >first half,second half,extra time and even penalties.the other i specify for a particular team.

#4
ErPurpone

ErPurpone

    Newbie

  • Members
  • Pip
  • 2 posts
sorry its taken me long to reply! i had so much work to attend too.

anyway sounds like u have the right basics, the team class and match class! i would also store ur data into a file/database. that way it makes it easier to keep track of ur information. i would also think of a class for player that keeps track of individual player stats like goals, fouls etc

#5
24kmax10

24kmax10

    Newbie

  • Members
  • Pip
  • 9 posts
thx but still i ave gat a problem when it comes to associating a class and a structure.do u ave a crew?