MinecraftU / 2021-computer-adventures

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

Fancier row removal #60

Closed dealingwith closed 3 years ago

dealingwith commented 3 years ago

closes #55

dealingwith commented 3 years ago

@jamespeilunli why isn't this working?

dealingwith commented 3 years ago

Oh, hang on, I might be getting there.

dealingwith commented 3 years ago

Ok, now it works...sometimes... 😛

jamespeilunli commented 3 years ago

You were just missing the draw method. Changing the gameboard matrix doesn't do anything on the actual screen until draw is called. (all methods and vars mentioned are in game.rb)

jamespeilunli commented 3 years ago

It was probably working sometimes because you pressed a key, which makes draw called.

jamespeilunli commented 3 years ago

I don't think we should make the pause get progressively longer when more rows are cleared. I just think its kinda weird.

dealingwith commented 3 years ago

I don't think we should make the pause get progressively longer when more rows are cleared. I just think its kinda weird

Agree.

dealingwith commented 3 years ago

@jamespeilunli ok I think this is ready!