Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 376 Bytes

Game operations

  • populate game grid
  • remove block
  • get block colour
  • get number of blocks left
  • get number of moves
  • get height
  • get width
  • gravity and shift left if empty column
  • get related blocks
  • win game
  • store top scores
  • get top scores

Data structure

list of lists (2d array)