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 ticket window to get an order #58

Closed mfraser4 closed 5 years ago

jilliebean commented 5 years ago

Complexity Jillian: 5

brforest commented 5 years ago

How will user interface with ticket window? Will it just be if they touch the window they pick up the most recent (or first to arrive) ticket? Or should they be able to select which one they want?

dvasavda commented 5 years ago

I am voting 5 because we aren't sure how we will approach this.

jilliebean commented 5 years ago
  1. Have ticket window inherit from sprite
  2. Check if chef is within range (collision)
  3. if Chef is pressing space and no current order is open have a text box appear on screen with the key value within it
Neunis commented 5 years ago

5