labesoft / top-projects

Welcome to our simple python projects portfolio
1 stars 0 forks source link

Create a Snake Game Program #49

Closed benlapETS closed 3 years ago

benlapETS commented 3 years ago

The snake game is a very popular and fun game. Every time the snake eats the fruit, its length grows longer that makes the game more difficult. The objective of this python project is to build a snake game project. In this python project, the player has to move a snake so it touches the fruit. If the snake touches itself or the border of the game then the game will over.

Here is the todo list:

benlapETS commented 3 years ago

created snaky/