Tetris Game Update
Set up github so we can both use it
Design database
Add database config*
Design game
MVC
Model:
Block class+
Board class*
Add block to game
Generate next block
Remove row
Can a block go there
Score
(Current block)+*
Speed
Level
View:
Draw board*
Draw next preview+
Start button*
Controller:
Pass board to view*
Gravity (block)+
Rotation (block)+
Drop (block)+
Move (block)+
Remove line*
Generate next piece+
Create game*
Game over*
Save score
Pause
Disable arrow keys (so they move game pieces and not web page)+
Make start button
Look up ES6 notation
Calculate score
Obfuscate
Readme
Optional:
Create AJAX scoreboard
Add sounds
Add levels
Increase difficulty
Show preview of next block
Pause game
Easy, Medium, Hard













