MinecraftU / 2021-computer-adventures

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

Create a game tick #16

Closed jamespeilunli closed 3 years ago

jamespeilunli commented 3 years ago

closes #12 closes #13

A game tick has been created, and a tick happens 2 times a second. It uses the update method which is called 60 times a second.

Every tick, the tetromino falls 1 square down, if there's space left in the gameboard matrix.

I just realized there's still some cleaning to do; I'll make this a draft.

jamespeilunli commented 3 years ago

uhh let me see how to override conflicts