Skip to content

SNAKE - Add different game modes #1

@neur0n-7

Description

@neur0n-7

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

      Image
    • 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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions