mikiya771 / tetris-CLI

this repo serve Tetris, the most famous game, on CLI
1 stars 0 forks source link

Feat:add L shape Tetrimino and make random order #23

Closed mikiya771 closed 4 years ago

mikiya771 commented 4 years ago

debugログのも混ぜてしまっている.

Storeに,新しい要素としてrotateOfShapesを追加した. これはその周期の七種一巡を保管したものであり,tetriminoが新しく作れられるたびにpopされていくものである.配列長が0になった瞬間に,七種一巡が再生成される. これをrefactor/add-eventListener-for-viewにmergeしてからmasterにmergeする.(このbranchにも,masterにもfeat/debugはmerge済み)

progfay commented 4 years ago

feat/debug を merge して rebase したほうがいいかもしれないですね。