Dear all,
I'm trying to implement a small-scale strategy, taking turns game implemented in Java, GUI is made with JFace and SWT.
My challenge is to write a GUI implementation of the world map, where countries will act as clickable buttons. However, countries have no fixed boundaries, no rectangular shape, and simply no way I can think of to be described in a grid layout.
This is my first time trying to implement a project of this type, please advise
Best regards, Paul