ねこでじ(Nekodigi)

Nekodigi’s diary

学習中の気づきをまとめています。応援よろしくお願いします

【Unity】I made the first smartphone game. (Open Source Block Breaker)

Abstract

www.youtube.com
I've ever made some video games, but I've never made for a smartphone.
I want more people to experience my works so I tried to make the first smartphone game.
This game available on Google Play and you can also download source code from GitHub.

How it works

Spawn ball when tapping the screen and the bar follows tapped point.
A block will break when the ball collides, but a hard block won't break with one collision. Also, there are 2 unique blocks, spawn block and star block.
A spawn block spawn ball when breaks. A star block makes the ball powerful and that ball breaks block instantly.
In this project, I made most UI and sounds, to publish source code.
After making the game, I published it with Google Play Console. The review took about 5 days.

Source code

github.com