project showcase
.png)
to start off the year, we made a buiness card. the project taught the basic strcutre of html.
tech research project thing. learned how data can be compromised and how to prevent data from being stolen.
used html to create picture board. we made one picture as the center, and postioned other picuters relatvive to that picture.
soup store calaculations using javascript.
used random numbers to roll dice, and see experimentl probablity. The for value thing lets you roll muitiple times in one turn. Use the repeat roll button to roll the number of times you set the for value.
crab game
|
| based on the las vagas craps game. This program uses random numbers to roll 2 dice and find out if the player won or not. |
circles
|
| used canvas and animations to simulate bouncing balls. The devtools do not work. |
space invader
|
| This programs uses key presses to detect the user's input. |
tank program
|
| This programs uses key presses move a tank around. |
submarine
|
| i know it says subarmine but you have to protect this british solider barry from zombies |
number array
|
| This program uses a random number generator to find a target number to find. Then it uses squential search to find the target, and keep track of the number of searches. |
binary search
|
| Instead of squential search, this uses binary search. Binary search first orders the numbers from smallest to largest to find the target more effectivly. |
photon
|
| space shooter thing |
string program
|
| can convert strings into uppercase and lowercase and find shorest and longest words |
checkerboard
|
| creates a black and white checkerboard based on the user's input. |
| Hello | World | Hello | World | Hello | World |