0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【C++】テトリスを公開した

0
Last updated at Posted at 2026-07-18

元: https://technicalsuwako.moe/blog/cpp-tetris-release

アイコン#width: 100%; display: block; max-width: 600px; margin: auto;

始めに此のテトリスクローンを、以前のスネークチュートリアルの続編として作る予定でした。
然し、此のゲームを作っている途中で、より良いアイデアが浮かびました。
テトリスを作るのがとても楽しかったので、小さなゲームを制作して、076スタジオでのより大きなプロジェクトの資金に充てる事にしました。
そうする事で、只寄付をするだけでなく、製品として受け取って貰える形に成ります。

テトリス自体は無料かつオープンソースプロジェクトとして公開し、itch.ioで寄付として購入出来るオプションを付けます。
但し、次の小さなゲームからはクローズドソースでリリースします。
此のゲームでは他の人のアセットを使用しています(6日以内に作るというチャレンジだった為)、又テトリス自体もオリジナルコンセプトではありません。
其の為、お金を請求するのは気が引けました。
次のゲームも未だドネーションウェアにすると思いますが、其の次からは有料に成る予定です。

とは言え、未だ学ぶべき教訓が沢山あるので、次の記事では「ゲームをもっと楽しくする為の技術」と、其れが何故重要なのかについて書く予定です。

此のゲームは無料で此方からダウンロード出来ます。
寄付をしたい場合は此方からお願いします。
Windows以外の方は、此方のリポジトリをクローンしてソースからコンパイルする事も可能です。
FreeBSD、OpenBSD、Linux(WSL2)、macOSでのコンパイルと動作をテスト済みです。

スクリーンショット:
スクショ#width: 100%; display: block; max-width: 902px; margin: auto;
スクショ#width: 100%; display: block; max-width: 1200px; margin: auto;
スクショ#width: 100%; display: block; max-width: 1200px; margin: auto;
スクショ#width: 100%; display: block; max-width: 1200px; margin: auto;
スクショ#width: 100%; display: block; max-width: 1200px; margin: auto;
スクショ#width: 100%; display: block; max-width: 1200px; margin: auto;

そして動画:
#video/mp4

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?