For my AP Computer Science Principles Create Performance Task, I created a "Tic Tac Toe" game where I had to complete and submit three components: my final program code, a video demonstration, and a personalized project reference. My program had to take input, use a list or collection to manage data, include a student-developed procedure with sequencing, selection, and iteration, and produce output based on the input. I also created a video under 1 minute that showed my program running, including the input, output, and one main feature. I've included the links to my project. The first one just allows you to play the game, and the second one is to play the game and see the code as well.
March 10, 2025
For one of my AP Computer Science mini project, I created a "Guess the Number" game where the computer randomly chooses a number between 1 and 100, and the player tries to guess it. My program takes user input through the keyboard, uses a variable to track attempts, and includes a custom procedure (guess_the_number) that contains sequencing, selection, and iteration to control the game flow. It gives text-based feedback after each guess and allows the player to play again if they want. I also included error handling for invalid input, making the program more user-friendly. I've included the links to my project. The first one just allows you to play the game, and the second one is to play the game and see the code as well.
December 13, 2024