This PR addresses the issue by modifying the color of the snake's head in the game to light green. The RGB value for light green, (144, 238, 144), is used to update the color of the snake's head.
Summary
Modified the color of the snake's head in the update_display method of the Game class in cli_snake_game/game.py from red to light green.
Description
This PR addresses the issue by modifying the color of the snake's head in the game to light green. The RGB value for light green, (144, 238, 144), is used to update the color of the snake's head.
Summary
update_display
method of theGame
class incli_snake_game/game.py
from red to light green.Fixes #32.
🎉 Latest improvements to Sweep:
rope
library to refactor Python! Check out Large Language Models are Bad at Refactoring Code. To have Sweep refactor your code, trysweep: Refactor <your_file>.py
!💡 To get Sweep to edit this pull request, you can: