現在のブログ
ゲーム開発ブログ (2025年~) Gamedev Blog (2025~) 游戏开发博客 (2025年~)
レガシーブログ
テクノロジーブログ (2018~2024年) リリースノート (2023~2025年) MeatBSD (2024年)
【C++】Tetris Released
I originally planned to make this Tetris clone as a sequel to my previous Snake tutorial.
However, while working on this game, a better idea came to mind.
Making Tetris was so much fun that I decided to create a small game and use it to fund larger projects at 076 Studio.
This way, people can receive something in return instead of just donating.
I will release Tetris itself as a free and open-source project, with an option to purchase it as a donation on itch.io.
However, starting from the next small game, I plan to release them as closed-source.
This game uses assets from other people (because it was a challenge to make in 6 days), and Tetris itself is not an original concept.
For those reasons, I felt hesitant to charge money for it.
The next game will probably still be donationware, but after that, I plan to make them paid.
That said, there are still many lessons to learn, so in the next article, I plan to write about "Techniques to Make Games More Fun" and why they are important.
You can download this game for free from here.
If you would like to donate, please do so here.
For those not on Windows, you can also clone the repository here and compile it from source.
I have tested compilation and execution on FreeBSD, OpenBSD, Linux (WSL2), and macOS.
Screenshots:





And the video:
That's all