osso73 / classic_games

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

Have different types of food #46

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Establish different types of food, each type has a different behaviour. Some examples:

Different types may have different probabilities, i.e. the default should be coming most of the time, the others just occasionally.

osso73 commented 3 years ago

Added 3 types of food, with different behaviour:

Given the points cumulate faster, I've increased the points required to move to the next level. This increases also the difficulty, since now your snake can become longer, especially if eating sweets!

Fruit is what you get most often.