Wednesday 26 February 2014

February 26

Today I didn't get much done, I did a few lessons on CodeCademy and I am working on creating the pixel art for my character(s). for my game I think I'm just going to do a simple "avoid the object" game. Maybe. I have no idea. 0-0

 I am so gonna fail this class......

Tuesday 18 February 2014

Feb 18

I did coding and stufferface and I'm making a video 0-0 I still haven't started the rock paper scissors because I'm stuck on codecademy 
 

Friday 14 February 2014

Valentine's day, ICK

Today we watched (finished) Indie game, the movie, and I really liked it, it's a really inspirational movie and it made me really want to keep going with my game when I was about to give up. When I was watching, I could really relate to what they were feeling/saying (to an extent) because it is really stressful, and it is hard to get through at times, and just knowing or seeing that someone feeling the same way I am makes me feel like I'm not the only one but they get through it, just really made me want to keep going.

Tuesday 11 February 2014

February 10th

I have done more progress in javascript, I'm stuck again 0-0 -3- I will be trying to do the rock paper scissors game eventually. BLAH.

Friday 7 February 2014

Greeting script web2.0 feb 7th

copy and paste into labs.codecademy.com in the java script lab cause IDK how to save it in there

var age = prompt("how old are you?");
console.log("how old are you?");
if (age < 15){
    console.log("haha I'm older than you :P");
   
}
else {
    console.log(age);
    console.log(".......damn you're older than me....almost everyone is older than me -3-");
    var really = prompt("are you suuurrreeee?");
console.log(really);
console.log("PFFFF not fair");
}
var response = prompt("what's your favourite food?");
console.log("what's your favourite food?");
if (response === "sushi") {
    console.log(response);
    console.log("me too!! :D");
}
else {
    console.log(response);
    console.log("kewl xD");
}
var name = prompt("now the final question, what is your name?");
console.log("now the final question, what is your name?");
console.log("*intensive stare*");
if (name.length < 5) {
    console.log(name);
    console.log("WOW you have a short name 0-0");
}
else {
    console.log(name);
    console.log("holy crap das a long name!! D: how do you remember that?");
}
console.log("weeelllll have a nice day :3");

Thursday 6 February 2014

Feb 6 2014

I've lost all my progress cause I closed the tabs by mistake -_-u I think I might take the code, write it in codecademy labs, run it to see if it works, then copy and paste it into a new blog post. I have no idea, I'll figure it out.

Wednesday 5 February 2014

Feb 5 2014

I was clicking cookies. I started my greeting script and I plan to finish it tomorrow.

I feel lonely!! :(

Monday 3 February 2014

more MOO

I did stuff 0-0 I did if else statements, I did console logging, I did lots of typing and I got stuff done.