lectri / Snake

A simple snake game made using Python. To practice my programming skill.
1 stars 0 forks source link

Bad Apple Placements #18

Closed lectri closed 3 years ago

lectri commented 3 years ago

Sometimes apples just get placed off-screen. Change this so apples don't get placed at the edge of the screen, near the center.

lectri commented 3 years ago

9cfd80021712300e13d6966b34742eae2ed6c572 - Fixed on this commit. Changes will be merged after I add a couple features to the class branch.