Thursday, January 14, 2016

Game Creation

The game I am creating is similar to the nutrition game in that clicking on the sprites allows you to achieve x amount of points or lose x amount of points. The sprites I will use will be the elephant, the hippo, etc. Each sprite will conduct a different activity that will be challenging for the player to click on. The hardest of sprites to click on will be worth the most amount of points. The slowest sprites that are easy to catch will be worth the least amount of points. I will possibly use either the city, the brick wall or the beach backgrounds (or a combo of each of them), When the player reaches x amount of points (haven't decided yet) the player will win the game. There will be an indication when the player has won the game. There will be three levels, increasing in difficulty as the player moves up levels. The third level will be the last and final level of the game and once achieving x amount of points on that round, they will win the entire game. To increase difficulty I will make every sprite seem to get more and more difficult to click on and achieve points. The player will be notified when they achieve all three levels (win the game).

Tuesday, November 24, 2015

Intro To HTML

Hello


Hello my name is Sam. I have a dog named Sally.

I am in computer science.

I do not like school.


The message at the top is the message I created with html code. The message that said "Hello" was in the heading (<h1>). The other message displayed underneath the "Hello" heading was the body message of "Hello my name is Sam. I have a dog named Sally." The html message bolded in a small text said "I am in computer science." The last message of the body stated "I do not like school." This message was done using html code on the w3 schools website template.