My game idea is colour match game but on a hex grid and clustering the colours unlike most match 3 type games out there also will be a match 4 so as to make for more challenging puzzle / game.
My plan is to setup an Enumeration of the colours used in the game then use the number communication rather than Datagrams as the numbers can then be checked easily by a simple switch statement.
My question is how would I go about Enumerating the built in defined colours?