courselab / snaskii22

Programming exercise based on snaskii (class of 2022)
GNU General Public License v3.0
8 stars 11 forks source link

Add wait condition on Game Start #103

Closed rzimmerdev closed 1 year ago

rzimmerdev commented 1 year ago

Allow players to have the snake stand still on game start, and only start ticking after first button press.

This along with the Issue #102 will make the game restart more intuitive and welcoming. I believe a simple wait condition to the main game loop will suffice.