So I have this dilemma where I have a chance to cheat or be honest as far as what is happening in the code. This is a feature the user would never see and I am debating if it would really make a difference.
So here is the situation. In the beginning of the game, the east wind player rolls 2 dice, counts that many player counter clock-wise, and then that chosen player then slices the wall starting from there right so that the total amount on the dice match the number of tiles remaining on the wall.
So I could either mimic this in the code or I could cheat and just say, the tile the player splits on is the start of the collection which is much simpler.
Choices, choices.
No comments:
Post a Comment