2025-fall-csc-226-p01-final-project-p01-main created by GitHub Classroom

4 Open Issues Need Help Last updated: Dec 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current game allows the snake to move and food to be displayed, but there is no score update when the snake eats the food. The task is to implement game logic that increases the player's score by 5 points each time the snake consumes food.

Complexity: 1/5
good first issue

2025-fall-csc-226-p01-final-project-p01-main created by GitHub Classroom

Python
enhancement help wanted

2025-fall-csc-226-p01-final-project-p01-main created by GitHub Classroom

Python

2025-fall-csc-226-p01-final-project-p01-main created by GitHub Classroom

Python

AI Summary: This issue requests the implementation of obstacle rendering on the game board. It specifies using an `Obstacle.draw()` method to display them, suggesting either a simple rectangle or an image for their visual representation.

Complexity: 1/5
good first issue

2025-fall-csc-226-p01-final-project-p01-main created by GitHub Classroom

Python