Programming Languages
Greetings Broders! Utilizing Scratch to create my adventure story titled A Path to Knighthood was a fun and creative way to be introduced to computer programming. The pre-built templates quickly incorporated standard functions such as character dialogue, moving characters around the screen, and music. What was most enjoyable was the flexibility to change scenes and introduce new characters to the story. I didn't have to have every character in every scene. However, there were a few encountered challenges that made programming challenging. I was looking for a way for the characters to ask the reader's name and address the reader directly when decisions needed to be made to progress the story. Unfortunately, I could not figure out how to program that function and did not proceed with that idea. Another challenge was trying to add a new sprite. When I went to add a spirit, all of my previous programming disappeared, and I thought everything had been deleted. After further investi...