Create classes for all the types deck, hands, target, round- Create functions to:
deal a handpick a targetvalidation checks- evaluate a hand
- Build expression parser
RPN evaluatorShunting Yard Algo- Tokenizer
- Build session handling for game score/logic
- found solutions
- Figure out algo to find all solutions?? Or do we keep this open?
- Build locally functioning front end.
- Stand up a DB for long term game state storage.
- DynamoDB maybe