Started work on the mock-up of DropPoker yesterday, and was abe to get a descent layout in Afinity Photo. Now i need to add a little spice to the graphics. Should have a screenshot to share soon.
I was able to write some game logic for the poker hands and how they will be managed.
Here is the logic I have so far:
- The user will be able to select a card, then any card after that must be next to the first card selected or next to a card selected after that.
- The user must select 5 cards before the hand check starts.
- If the hand is a valid hand it will be scored and the cards removed from the board.
- Cards removed from the board will be returned to the deck and shuffled.
That's all I have for now.