rrliang / snake

CCSU final project
1 stars 1 forks source link

Snake Body vs Trophy Timing #11

Closed Joseph-Lumpkin closed 2 years ago

Joseph-Lumpkin commented 2 years ago

Add clocks to track snake body and trophy refresh timing.

rrliang commented 2 years ago

Would like to see the timer be toggled as something we can see on the bottom of the screen

Joseph-Lumpkin commented 2 years ago

Confirmed with debug log and video recording, the timing is correct after additional timing tweaks. Still needs the ability to speed up the snake without affecting the trophy respawn time. EDIT Link to commit: 9c32b74f1eeb7930c607b74d6da094ce15a746c1

Joseph-Lumpkin commented 2 years ago

Snake speed will no longer affect the trophy timeout accumulator. 14f0efdbf5da81515a1858f3d51f067d0e3b2e27 No timer has been added to the bottom of the speed yet.

Joseph-Lumpkin commented 2 years ago

Whoops

Joseph-Lumpkin commented 2 years ago

Trophies will now always spawn within distance of snake head.