In this project, we draw our own avatar, and give a biogrpahy of our made-up character.
In this project, we use javascript to learn how to format text across a canvas.
In this project, we use javascript to learn how to draw shapes and position them along a canvas. It's a continuation of the avatar project.
In this project, we use javascript to learn how to make animations with the draw function. We learn more shape positioning, drawing, and color changing. It's another continuation of the avatar project.
In this project, practice our drawing skills on the canvas, and also use text positioning in an informative way. In this scenario, I will teach you how to successfully become a feudal monarch.
In this project, we made a simple game with javascript, that is able to be scored easily with simple instructions and a simple goal. In this case, you must click on the animals' heads and on the bouncing circle to get points before the time runs out!
In this project, we learned how to use a constructor and arrays. With this, we made circles bounce around the screen.
In this project, we had a start in moving objects around a canvas with key presses. Here, you control a helicopter while birds move out of its way. However, don't let it touch the ground or it'll crash and explode!
In this project, we learned how to shoot bullets with the key presses. In the game, you must shoot your enemies with the bullets, but be careful to not get hit when they bounce back. Also, careful to not get hit by the enemy's bullets either.
In this project, we learned how to use collision against moving objects. In this case, between astronauts, asteroids, and spaceships. To add more astronauts press 'A', for more asteroids press 'S', and for more spaceships press 'D'.
In this project, we learned how to make a game which is playable with two players. In this game, you must tear down the enemy base faster than your opinion. Instructions outlined in the title screen!
This was our FINAL project. In this, we learned how to use arrays and how to make AI move with arrays. Also, we learned how to use constructors that allows the player to control the character or set properties of arrays. Overall, this project was a review about what we had learned this year.