courselab / coral

Coral is a snake game written as programming exercise (class of 2024)
GNU General Public License v3.0
9 stars 14 forks source link

feat: add win condition #82

Closed GBrunelli closed 1 week ago

GBrunelli commented 2 weeks ago

This PR closes issue #57 by adding a win condition: when the snake fills the entire game screen, a win screen is displayed. This provides a satisfying endpoint for players looking to complete the game by occupying the full area.