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

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

Create order window #65

Closed mfraser4 closed 5 years ago

brforest commented 5 years ago

Complexity Beau: 1 The diner order window should just be stationary, right?

dvasavda commented 5 years ago

1, I assume all we need to do is render a sprite in the game.

jilliebean commented 5 years ago
  1. Create diner order window class (previously I called this the drop off)
  2. Inherit functionality from sprite cluster
  3. Fix on loop and other functions accordingly
  4. Have this class interface with the order class to check if the sprite that was dropped off is the one that order specified.
  5. Have this class interface with feedback to tell the user whether or not the order is correct
  6. Figure out how to drop the sprite on this object and have the sprite removed from the food_group and make it and its rect object disappear from the screen
Neunis commented 5 years ago

Fib 1