comp129-spr19 / Diner-Hash---Educational-Python-Game

Diner Hash | An Educational Computer Science game to teach Hash Tables
1 stars 1 forks source link

Character interfaces with hash function representation to get the order #59

Closed mfraser4 closed 5 years ago

brforest commented 5 years ago

How are we thinking of implementing this visually?

jilliebean commented 5 years ago
  1. Get black translator box on the screen
  2. Inherit from sprite cluster and change functions accordingly
  3. Have this class interface with the feedback
  4. Detect for collision, possibly make the rect a little bigger than the image so the chef can just be within range of it
  5. Follow other tasks accordingly