Three things I learned about computer science in AP Computer Science Principles class with Dr. Edwards this year (2023-2024).
1) How to use Ultra Karel in CodeHS. In Ultra Karel I coded the moves of the dog character to get to the end goal, using Python code.
2) How to make a game. I made a pretty small, mini game. My game was about someone sharing a burger with two other people. And you have a choice to share your burger, or eat it yourself. I had fun making that game. I used chatGPT to help me program it. It was super helpful to use ChatGPT because it helped me a lot. For example, it helped me figure out how to add a list in my code.
If you want to check out my burger game, you can check it out here!