courselab / coral

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

Enhancement: Add Themed Modes (Day/Night) #59

Open luizschulz opened 2 days ago

luizschulz commented 2 days ago

Implement a feature to add random obstacles on the game grid to increase the difficulty and challenge for the player. Obstacles will appear in random positions and will act as barriers that the snake must avoid. If the snake collides with an obstacle, the game ends.

roselino-quatro commented 1 day ago

27 is already implementing this feature