tdscott10 / Tetris

SER216 Final Project
0 stars 0 forks source link

Refactor Tetris.java to remove UI portions from code #1

Open tdscott10 opened 8 years ago

tdscott10 commented 8 years ago

Can't properly test logic in Tetris class because it is tied to the UI. Move the UI logic into it's own class so the Tetris logic can properly be tested.

tdscott10 commented 8 years ago

Not enough time to fix