seigot / tetris

A Tetris Game for programming education in Japanese
MIT License
30 stars 107 forks source link

テトリスの盤面をもっと大きくできないか考える(テトリスアート用) #105

Open seigot opened 1 year ago

seigot commented 1 year ago

テトリスの盤面をもっと大きくできないか考える(テトリスアート用)

背景

seigot commented 1 year ago

32×32の大きさにできると対応するLEDパネルもあってよさそう https://www.adafruit.com/product/1484

seigot commented 1 year ago

ポケモンのピクセルは32×32〜64×64である様子 https://www.ekkocameroun.com/?gradely/incomparably1133929.html

seigot commented 1 year ago

https://sp.seiga.nicovideo.jp/seiga/#!/im11042947

seigot commented 1 year ago

大きくする場合、盤面の横幅は奇数(厳密には4n+1)だとやりやすい。 3(4n+1) = 12n + 3 となり、1ドットを残して上部のブロックを綺麗に消すことが可能となるため。 例えば65*65はこれに該当する。

gitauto-ai[bot] commented 3 days ago

@seigot Pull request completed! Check it out here https://github.com/seigot/tetris/pull/181 🚀

Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact info@gitauto.ai or invite us to Slack Connect.