2D UFO GAME
1. Have you done any scripting or coding before. When, Why, for what.
Yes. I have my first coding last year in Game Design 11.
2. What did you think of all of the detailed explanation as the narrator looked at the code documentation, explained how he was choosing each piece of code.
The tutorial in the code is completely crystal clear and he is carefully choosing the right piece of code to use in order the game to work smoothly.
3. On scale of 1 to 10, rate how well you understand what the code in script does. Were some sections easier to understand than others (controlling player movement, controlling camera movement, rotating pickup objects, collecting pickup object, counting pickup objects, displaying score, displaying win text)? Explain.
I would rate it 7 out of 10. Some of the sections/part of the script are understandable like controlling the movement of the player, camera, rotating the pickups and collecting it. I'm just having trouble with the counting the pickups and the count text. Some parts of the scripts are confusing and you sometimes need to be careful putting all the codes exactly the same(SOMETIMES, THERES LIKE A UNEXPECTED SYMBOL) in order the game would work well.
4. What part of this 2D UFO Game Building process did you find most rewarding or enjoyable?Explain.
I think the most enjoyable part of the ufo game building is when my UFO player finally moved smoothly around the background, and when I finished the script and coding part.
5. Between about 10:00 to 12:00 in the collectable pickup video (7 of 9) you set the tag of the pickup item so that the script knows when it runs into a treasure. What could you do if you wanted to have two different kinds of treasure that were worth different points?
You need to make a separate tag for the other treasure you want for your different points and you can be able to run the script into the specific treasure you desired to run.
6. Describe one way that you could add complexity to this game.
We can like expand the background a little bit and add some asteroids that if it collides or bump into the UFO, the game is over and add some life lines and add a market for upgrade of UFO using the treasure it collects.
7. UFO GAME <--- CLICK TO DOWNLOAD
Comments
Post a Comment