python_snake

snake_1.py

Simple snake game with Python.

snake_2.py

  • Add "check" for collision with the snake's body if the user presses the opposite direction of the snake's current direction.
  • Add go through the wall feature.
  • Fix bug: When a snake hits the wall, the snake adds a new segment to the body.

snake_3.py

  • Add "lives" functionality.
  • Restructure the code.

snake_4.py

  • Add blessed

snake_5.py

snake_6.py