Course Showcase

Highlighted AP Computer Science Principles Projects

Number Guessing Game

This Python program generates a random number between 1 and 100 and gives the user five attempts to guess it. The program provides feedback after each guess, telling the player whether the guess is too high or too low.

Rock, Paper, Scissors, Lizard, Spock

This project expands the classic Rock, Paper, Scissors game by adding Lizard and Spock. The game uses functions, lists, loops, and conditionals to manage rounds, scores, and outcomes.