Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 564 Bytes

readme.md

File metadata and controls

20 lines (18 loc) · 564 Bytes

Daily Krypto Puzzles

To-do List

  1. Create classes for all the types deck, hands, target, round
  2. Create functions to:
    • deal a hand
    • pick a target
    • validation checks
    • evaluate a hand
  3. Build expression parser
    • RPN evaluator
    • Shunting Yard Algo
    • Tokenizer
  4. Build session handling for game score/logic
    • found solutions
  5. Figure out algo to find all solutions?? Or do we keep this open?
  6. Build locally functioning front end.
  7. Stand up a DB for long term game state storage.
    • DynamoDB maybe