Saturday, October 26, 2013

Class 8: Assignment 2: Adding a Scoreboard in Greenfoot
Made my game screen Bigger!

Add a counter!

Fixing the bug! GAME OVER!

Bouncy Balls

Changing Colors

Inserting balls where the mouse is clicked

Advanced clicking

Examing Methods (Internal, i.e. in actor script)

External (not in actor script, in world script)

filling the background

random colors and transparency

Cleaning up the script

Advanced Transparency

Smoke and Mirrors!

Dealing with errors (Syntax and Logic)
Syntax is a scripting problem where language or ordering is incorrect.
Logic is a problem where the syntax is fine, but there is another problem. For example we saw at the beginning of the bounce scenario, the script was all fine, but it was a logic mistake in that, it was not "image-" it was "button-", we were trying to render. Therefor the code was fine in the Actor script, but it was the wrong file being requested.

TurtleTime!
In my scenario the Turtle slurps up Lettuce and goes GRRR when eating an Alligator!  And if the Snake eats the Turtle, he shouts 'Gimme Some!' The end game sound is 'Victory!' 50 points and you win. (Extra points for Alligators who appear randomly when eaten!)

No comments:

Post a Comment