Skip to content

Functionalities and MVPs

Jonathan Calixto edited this page Oct 12, 2020 · 2 revisions

Functionality

  1. Players will be able to start and reset a game board

  2. Players will be able to move 2x2 square pieces across a board and place them freely while having the option to rotate them to match the colors accordingly.

  3. Players will be able to create 2x2 or greater squares of the same color as a sweeper deletes these squares. A combo multiplier will track how many squares were deleted and add an appropriate amount of points to the player's current score.

  4. The in-game sweeper will move based on the speed of the music, faster music, faster sweeper, and vice versa.

MVP

  1. Create a working game board and game piece - Day 1

  2. Add the appropriate game logic so that the game piece can be tracked on the board in real-time - Day 2

  3. Add the ability for the player to move the game piece as desired (left, right, rotate) - Day 3

  4. Add a Sweeper that will delete completed pieces from the board and add to the player's score - Day 4

Bonuses

  1. Adjust the speed of the sweeper based on the speed and rhythm of the music

  2. Add animated backgrounds and pieces that change with the music (themes)

Clone this wiki locally