courselab / snaskii22

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

Prevent sudden changes in movement direction #109

Open PauloMRocha opened 1 year ago

PauloMRocha commented 1 year ago

If you are fast enough it's possible to reverse snake movement instantly. In future it will make the snake bite itself and die. To correct this I suggest only to force one move before process the next keyboard command.