**Note: Today's lab attendance is optional
However the lab work is still due at 11:59pm along with the lab quiz!
Due to in-person lab being optional attendance (11/4), the lab quiz will be open all day and the password will be emailed before the first lab session begins. Please complete the lab quiz by 11:59pm at the latest.
This lab will show you how to make characters within an app talk and move, which you may ( or may not ) want to use for Assignment 6.
Note: You do not need the CPX for this lab.
For this lab, create an app which should have two or more on-screen characters that use dialogue to tell a story or joke. After speaking, the characters should then move.
Starter code is given to you at this link: https://studio.code.org/projects/applab/y9asRNN6pmdSCoTnyMSMLbnjtGgMHr9aTsGo1fht0rk. Note that when using this sample code, the characters must first speak and then can move.
Click View Code and select the Remix button that appears near the top-left. Rename the app with a meaningful name that you will remember and include your name at the top of your code.
Update the design to have a visually appealing background and different characters. (No credit will be given for this if the characters are the same as the ones in the starter code.)
Update the code so that the app presents an interesting story or joke by means of the dialogue between the characters.
Once you are done, copy the link to your app from the Maker App. Turn this in on Gradescope, under "Lab 11: Telling a Story."
This lab must be completed by 11:59pm on Tuesday, November 5, 2024. No late submissions will be accepted.
1 point: App has a visually appealing background and different characters. After speaking, the characters move and change positions on the screen. No credit will be given for this point if the characters are the same as the ones in the starter code.
1 point: App tells a cohesive story or joke, using the say() functions provided or implementing similar functionality through code of your own.
(No extra credit for this lab activity.)