Ballz game on Android
Natia Doliashvili
''Description
The main goal of this project is to create a game for android platform. The game itself will be Ballz game. In this game user has to swipe his finger to throw the balls and break the bricks. The goal is to break as many bricks as possible before they move down to the bottom.
Plan
- Learn how to develop a game for android in unity
- Start developing from basic parts, for example create main menu
- Create the Ballz game
- Debug the game and improve the design
Foreseen difficulties
- Learning C#
''
Milestone 1 (02.03)
- Learn basic functions of unity
- create first screen for the main menu
- Write functions for the main menu
Progress
I have watched tutorials of unity and learned how to use working environment.
I have created first page for the main menu. At this stage it contains 5 buttons. Most important one is play button. I used existing game screen as reference to make my menu similar.
I wrote function for the play button. This function will allow user to go the main game screen.
Milestone 2 (16.03)
- Start developing game main screen
- make a little bar, tutorial which shows how to start the game
- Create some bricks on the screen