Tournament Mode – Test Pieces

Today I am starting work on my tournament mode test piece, I first started on the main UI screen where they will start off and keep coming back to see where they are in the tournament.

As I’m doing programming I focused on the code mainly so for my tournament background I got a image off  the internet and used it as the background.

temp
March 2017 Calendar. (2017). Blank 4 Team Bracket – March 2017 Calendar. [online] Available at : http://enramp.com/blank-4-team-bracket/ [Accessed 21 Mar. 2017].
Once I had that imported I used some of the basic UI items to create the rest of the user interface and named all the items correctly, then tested if they all looked right in the play window and how they look on different window sizes.

Tournament Mode image

When that all was completed I then started working on the code thinking of the main thing which I needed what was a tournament manager, so I created a empty game object and used that to hold the script for managing the tournament. I only started the basic variables that the script needs to hold, like each parts score and the game objects of the icons of each player.

The next day I continued working on this game mode, I made a new scene and some new scripts which only get used in the tournament game scene. The functions I got to working is taking the player to the game scene, goal scoring, timer, end game so it takes you back to the tournament main scene but need to set up main scene to add to scores on to that page of the last game.

Leave a comment