ossrndc / SNAKE_GAME

0 stars 6 forks source link

Correcting Issues #4

Closed Singhal-Coder closed 5 months ago

Singhal-Coder commented 5 months ago

1

I have added functions for

Increasing length of Snake

Adding more positions in x and y list of snake class.

Detecting collisions

if 2 elements have same coordinates then return true

Increasing Speed

Setting different speed values at different score.