Since we having CNY holiday on Thursday until next Tuesday (30 Jan - 4 Feb) and our alpha test falls on the next wednesday, 5 Feb, we done some testing in the IIS. Estee and Abu was measuring the thickness of our board and testing the camera placement. I was doing the technical part, the coding and Charissa was designing the graphics.
To start the coding part, I have a clear direction on what I should do. So that I had listed down the steps for myself to follow.
1. To code the health bar, using keyCode as a click. In this case I had set two keyCode which are spacebar and arrow down. Once we tap on the spacebar the yellow field will increase until it reach the limits. The same goest with the green bar.
2. Need to find out how to store the content of the sliding words. Perhaps I will use Array and switch case to do it . Array, to store the content while switch case is to identify which word is true and which is false. The correct words the user tap on so the healthbar will increase while the wrong word that they tap on the healthbar will decline.
3. Put in the time limit. Once Time's up then I will addchild another scene for them to capture their picture.
4. Connect the flash to processing and arduino.
5. Store the input of category that user has hashtag, connects the camera and capture user image then save in a file.
The progress of the coding was around 15% , I had discussed with my content leader as how many user tap on to reach the category of bad, middle and best. So that we came out the overall is 50 taps. Within 10 taps is the bad category; within 11-31 is the middle category which 32-50 is the best category. Then I also try to input the graphic UI which Charissa has design. The challenge was this is the gradient health bar which I had no idea how to do it. So that I came out an idea, I will place a box on top of the gradient health bar so that every user tap, the box will decrease and it showing the health bar increasing.