-
Notifications
You must be signed in to change notification settings - Fork 8
Add Snake Wrap-Around Mode #9
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestThis issue is for hacktoberfest contributionThis issue is for hacktoberfest contribution
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestThis issue is for hacktoberfest contributionThis issue is for hacktoberfest contribution
Introduce an optional mode where the snake wraps around the screen (when it exits one side, it appears on the opposite side) instead of dying when hitting a wall. Let users toggle this in the main menu.
Tasks:
Why:
Introduces basic conditional logic and UI toggling, plus enhances replayability.