osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Snake opens mouth when close to the food #47

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Snake head will detect if close to the food, and open mouth (this check can be triggered at every move).

Need to find a snake head with mouth open and closed, and that can be turned in the 4 directions.

osso73 commented 3 years ago

Ok, done. I created a new class for the head, so it can control the image to display: direction, and mouth open/close.