Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
seigot opened this issue Mar 4, 2023 · 5 comments · May be fixed by #181
Open
Labels

Comments

@seigot
Copy link
Owner

seigot commented Mar 4, 2023

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

背景

  • 盤面のパラメーターをいじって盤面(キャンパス)を大きくすれば、もっと壮大なクリエイティブ作品ができるのでは??と思いました。(無責任、、、。)
  • でっかい盤面でメンバーの名前を作る→列を消すを繰り返せば、エンドロール的が動画ができたりしませんか!?(さらに無責任、、、。)
@seigot
Copy link
Owner Author

seigot commented Mar 5, 2023

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

@seigot
Copy link
Owner Author

seigot commented Mar 6, 2023

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

@seigot
Copy link
Owner Author

seigot commented Mar 6, 2023

@seigot
Copy link
Owner Author

seigot commented Mar 10, 2023

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

@gitauto-ai gitauto-ai bot added the gitauto label Nov 21, 2024
Copy link
Contributor

gitauto-ai bot commented Nov 21, 2024

@seigot Pull request completed! Check it out here #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 [email protected] or invite us to Slack Connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant