MinecraftU / 2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!
0 stars 0 forks source link

Add ghost tetromino #62

Closed jamespeilunli closed 3 years ago

jamespeilunli commented 3 years ago

closes #61

See #61 for details.

It turns out I didn't need to use collision detection. I just had to draw back the tetromino onto the gameboard inside update_ghost_tetromino in game.rb (kinda like put_tetromino in tetromino.rb).