Webpage to present my social media research, using the guidelines provided in the basic webpage lecture as a foundation.
visitDesign and create a digital business card as a webpage, optimized for mobile viewing. This exercise integrates key concepts from AP Computer Science Principles, particularly focusing on the "Big Ideas" of Creativity, Data, and The Internet.
VisitCreate a fully functional web page for an online store based on a theme of your choice. This project will challenge you to incorporate HTML, CSS, and JavaScript to develop a dynamic and visually appealing online shopping experience.
VisitWrite a program that simulates the rolling of two dice. Your task is to implement the following features.
VisitIn this assignment, you will create a simulation of the classic Las Vegas Craps game. The game will involve rolling two dice, calculating the sum, and displaying the result with graphical representations of the dice.
VisitCreate a fully functional web page for an upgraded online store based on a theme of your choice. This project will challenge you to incorporate HTML, CSS, and JavaScript to develop a dynamic and visually appealing online shopping experience.
VisitCreate a basic "Space Invaders" game with specific movement, shooting mechanics, and win/loss conditions.
VisitIn this assignment, you will create an interactive tank game using JavaScript. The game will feature a top-down view of a tank that can move in four different directions and shoot in all directions. The goal is to hit a randomly appearing target and accumulate points before time runs out.
VisitCreate circles of random sizes, speeds, and colors that move diagonally, bouncing off walls. Add a rectangle that moves randomly in horizontal or vertical directions. When the rectangle gets near a circle, its color changes.
VisitA small fish appears randomly on the canvas, and the submarine must protect it. If the fish takes damage, its health decreases, and the game ends when its health is fully drained. The player's score is based on how long the submarine successfully protects the fish.
VisitIn this assignment, you will work with arrays to generate and manipulate a large dataset. Your task is to evaluate the performance of searching within an array and calculate statistical results.
Visit