Click the buttons to explore my different games:
ctrl + U can be used to view the source code of the page you are on
I created DVD bounce to experiment with moving images. It is dedicated to all the people that love seeing the classic DVD logo hit the corners of the screen. The logo can be controlled with the arrow keys. Depending on your screen dimensions the image may appear distorted and may bounce incorrectly.
Single player pong is where I learned to handle conservation of momentum as well as controlling an object with mouse movement.
My final project for the Computers 11 course.
Kiwi fly taught me how to imitate gravity, detect more advanced collisions, and keep score based on position of objects. It is a much more difficult immitation of the well known game Flappy Bird.
This game is my attempt at creating the classic game snake. It was one of my first attempts at game creation. It gave me a much better understanding of how to detect collision. Pressing "H" will change the color of the snake, and the arrow keys control movement. This game is incomplete which causes some body segments to remain in place after they should be deleted.