CSE442-ProjectF2018 / CSE442-Project

Frequency's snake project
0 stars 0 forks source link

Optimize: Coin collection lag. #95

Open dylandeg opened 5 years ago

dylandeg commented 5 years ago

Could be as simple as which data structure is used, but may change the order in which things are called, or remove all at once through the use of a second list.

ACCEPT:

  1. Start game.
  2. Click play button.
  3. Collect coins.
  4. Observe lack of lag upon collection.