Hi, Im currently at high school and have been given an assignment to write a small Trivial Pursuit game. The main problem Im having is deciding on how to actually draw the board for the game. Now obviously a Trivial Pursuit board is circular and made up of square/rectangular segments around its edge and down the spokes to a hub. Im just wondering on how I should tackle drawing this.

Would the easiest way be to attempt to draw the board be drawing polygons wich fit together to make up the board or is the more sensible way to simply attempt to use lines and shapes at different co-oridinates on screen?

If anyone could maybe give me a small example on how to go about attempting this I would be most appreciative. Not asking somebody just to do all the work for me, just need a little help to get started and pointed in the right direction.