This is my version of the classic Snake Game.
This game was created using the Turtle Module π’ and Python π.
This is a single player game. π΄
The snake is in motion when the game begins.
You move the snake by using the keyboard:
- Use the β¬οΈ key to move up.
- Use the β¬οΈ key to move down.
- Use the β¬ οΈ key to move left.
- Use the β‘οΈ key to move right.
Food randomly appears on the screen. π«
You must move the snake so that the snake's head touches the food. π« π
When the snake eats, you get a point. π
But when the snake eats, the snake's body grows longer. π€―
The snake cannot touch the "walls" or its own body. If it does, you lose! π₯
The longer you play, the more challenging the game becomes!