MinecraftU / 2021-computer-adventures

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

Refactoring pass #32

Closed dealingwith closed 3 years ago

jamespeilunli commented 3 years ago

The use of collision_detect seems inefficient-ish, since gameboardWithoutTetromino must be created outside and inside of collision_detect. Code having to do with collision_detect is also kinda ugly.