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

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

Increase feedback to map with every user event #91

Open mfraser4 opened 5 years ago

Neunis commented 5 years ago

Fib 5

Neunis commented 5 years ago

In a way, this process was started in last nights pair programming session with Beau, Dharak, and I.

brforest commented 5 years ago

We have pretty much implemented this already - at this point, I think it is a matter of how much we want to do. Do we want to have the game give feedback for every event (e.g. every time the user presses the spacebar?) That seems like a little too much. Right now, we have (I think!) every interaction that the user has with each item on the board mapped to feeback. Therefore, I think this might be finished, but I didn't move it to done because I am sure that @mfraser4 and @jilliebean would like to look this over since this task is assigned to them.

Neunis commented 5 years ago

More specifically, adjustments were made based on where the chef went and what he had.

Neunis commented 5 years ago

@brforest agreed.