tags:

views:

82

answers:

1

My group project at school is to implement a style of monopoly in which students can buy courses and land on various squares and move around the board. This is not a regular square board so we were wondering if anyone had any ideas on how we would implement an image map or something like it to create many clickable regions not in a perfect square. I have attached the image of the game board. Just a way to start is needed, not lots of code or anything as we all know java pretty well. If anyone has any ideas that would be great.

Image of board is here. http://imgur.com/fH5WC.png

A: 

Java image maps can have polygonal clickable regions. As usual, Sun has an excellent tutorial.

CPerkins