-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Game has only one mode
Description:
-
What should happen:
-
We can modify the game mode in settings. For example, the Google Snake version has hundreds of possible ways you can play the game
-
Potential game modes:
- Candied Apples: After every apple that you eat, your speed increases.
- Brick Drop: Obstacles randomly appear on the grid, making the game harder. (If we have enough time)
- Golden Apples: Yellow apples occasionally appear on the course, which give you triple points. (If we have enough time)
-
-
What actually happens: Game has only the game modes of classic and "walls disabled".
-
Steps to reproduce: Launch the game then select settings
Acceptance Criteria:
- We can go into settings and modify the game setting.
- Add at least Candied Apples in addition to the Classic game mode.
- Test cases for Candied Apples:
- Make sure snake speed increases after each apple.
Debug Strategy:
- For Candied Apples game mode:
- Take the game speed given by the settings selection and increase the variable every time an apple is collected.
- Optional: show a multiplier counter, starting at 1x and grows continuously
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request