I am using VS 2012 Express For Desktop. I am creating a board game and in order to score the game I need 2 things:
1) A way to show a direct relation between a bitmap image on the board and an integer value related to that bitmap.
I am not familiar enough with structures to use them properly (but I'm always willing to learn). I do not even know
if that is the best path.
2) A way to group events together until they can be scored. For instance, if I put a bitmap image into a picturebox
on the board, I need to keep track of that event (and sucessive similar events) until a scoring sub-routine can
be run.
If you need more explicit information, I'll supply the existing code I have (however there is no scoring code as yet...).
1) A way to show a direct relation between a bitmap image on the board and an integer value related to that bitmap.
I am not familiar enough with structures to use them properly (but I'm always willing to learn). I do not even know
if that is the best path.
2) A way to group events together until they can be scored. For instance, if I put a bitmap image into a picturebox
on the board, I need to keep track of that event (and sucessive similar events) until a scoring sub-routine can
be run.
If you need more explicit information, I'll supply the existing code I have (however there is no scoring code as yet...).