courselab / snaskii22

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

feat: snake should die when it moves into itself #121

Closed yvisfreire closed 1 year ago

yvisfreire commented 1 year ago

One of the game dying conditions has not been implemented yet, since the snake can't grow in the current state of the game.

theosant commented 1 year ago

132