Today I was working on Codecademy, I am working on a simple choose your own adventure at the moment and this is what I have so far:
var user = prompt("Who do you choose as your side ally? \
Cascade, KittyBoy, Falls, or Shock?").toUpperCase();
switch(user){
case 'CASCADE' :
console.log("You have picked Cascade! This is a fire type starter Tres.");
var area = prompt("On a scale from 1-10 (1 being none, 10 being lots)\
how much experience do you have with Tres?");
if(area > 10) {
console.log("That number is too large, please try again.");
}
else if (area <= 5) {
console.log("alright, we'll start with something simple for training!");
} else if (area >= 5){
console.log("Ah, played before? We'll just do a quick refresher!");
} else {
console.log("That number is either too large, or too small, please try again.");
}
break;
case 'KITTYBOY' :
console.log("You have picked KittyBoy! This is a blood type starter Tres.");
var area = prompt("On a scale from 1-10 (1 being none, 10 being lots)\
how much experience do you have with Tres?");
if (area > 10) {
console.log("That number is too large, please try again.");
}
else if (area <= 5) {
console.log("alright, we'll start with something simple for training!");
} else if (area > 5){
console.log("Ah, played before? We'll just do a quick refresher!");
}
break;
case 'FALLS' :
console.log("You have picked Falls! This is a water type starter Tres.");
var area = prompt("On a scale from 1-10 (1 being none, 10 being lots)\
how much experience do you have with Tres?");
if (area > 10){
console.log("That number is too large, please try again.");
}
else if (area <= 5) {
console.log("alright, we'll start with something simple for training!");
} else if (area > 5){
console.log("Ah, played before? We'll just do a quick refresher!");
}
break;
case 'SHOCK' :
console.log("You have picked Shock! This is a lighting type starter Tres.");
var area = prompt("On a scale from 1-10 (1 being none, 10 being lots)\
how much experience do you have with Tres?");
if (area > 10) {
console.log("That number is too large, please try again.");
}
if (area <= 5) {
console.log("alright, we'll start with something simple for training!");
} else if (area > 5){
console.log("Ah, played before? We'll just do a quick refresher!");
}
break;
default :
console.log("I'm sorry, that was not one of the options.");
}
Wednesday, 30 April 2014
Tuesday, 29 April 2014
April 29th
Today I was doing what I usually do, working diligently on Codecademy. I did a few activities, I'm progressing steadily through the JavaScript lesson.
Today I'm also teaching a 90 year old lady how to use a tablet for two hours after school, this will be every Tuesday.
Today I'm also teaching a 90 year old lady how to use a tablet for two hours after school, this will be every Tuesday.
Monday, 28 April 2014
April 28th
Worked on Codecademy, did a few activities or...whatever they're called. Got stuck on one of them but I'm trying to work it out.
April 28th
Today I'm switching my project to just working on Codecademy. I don't think I have enough coding skill to be making an actual game yet, so I'm just going to work on that.
Complete JavaScript: I'm at about 42% complete right now, if I work a little bit faster I can have it done by the end of May or sooner.
Complete HTML & CSS: I'm at about 70% complete the HTML & CSS, if I work on that a lot and quickly that should bring me to about half way through June.
Extra time: If I have enough extra time I think I might do something really simple like a mini boss battle where you have four options for attacking or healing and the monster deals almost the same damage each time. so kind of like Pokemon, but...not. And if I work really hard and quick on that one it should take me right to the end of June.
Complete JavaScript: I'm at about 42% complete right now, if I work a little bit faster I can have it done by the end of May or sooner.
Complete HTML & CSS: I'm at about 70% complete the HTML & CSS, if I work on that a lot and quickly that should bring me to about half way through June.
Extra time: If I have enough extra time I think I might do something really simple like a mini boss battle where you have four options for attacking or healing and the monster deals almost the same damage each time. so kind of like Pokemon, but...not. And if I work really hard and quick on that one it should take me right to the end of June.
Friday, 25 April 2014
April 25th
Today I was working on Codecademy and working on the outline for one of the games I'm working on.
Tuesday, 22 April 2014
April 22nd
Today I did lessons in Codecademy, I am working on the slaying the dragon mini game thingy and I'm thinking of revising my project plan to just working on lessons in Codecademy...
Thursday, 17 April 2014
April 17th
Today was a game day so I did absolutely NOTHING productive, although I did play Goat Simulator and super meat boy, I sucked, but I like the games, I thought they were fun and creative and I want to get better at them.
Wednesday, 16 April 2014
April 16th
I don't think I'm going to get the pieces done for the game on time if at all, I am working on Javascript on Codecademy and I can't seem to avoid infinite loops :|
Monday, 14 April 2014
April 14th
Today I was working on the walkthrough, I'm about half ish done, and if I work on it tonight I'll be able to get it done. Then I'll be double checking the images and starting the code pieces for all the rooms, (I will be needing a bit of help with that)
Friday, 11 April 2014
April 11th
I was working on getting images for the game, I almost have all of them, I'm a bit behind schedule, but I'll get it done. I also did a lot on the walkthrough and the list of jumpscares.
Thursday, 10 April 2014
April 10th 9:42 am
Today I was working on the walkthrough for my game, tips list, items list, and list of the jumpscares. I was also, again, working a bit on my english homework.
I am on schedule for my timeline I set up, I almost have all the images I need and I'm working on organizing my folder.
I am on schedule for my timeline I set up, I almost have all the images I need and I'm working on organizing my folder.
Wednesday, 9 April 2014
April 9th
Today I met an old lady that I'm going to be teaching how to use a Samsung Galaxy tablet, I also got a few images for my game, worked a bit on the walkthrough, and I was working on my english homework o-o
Tuesday, 8 April 2014
April 8th
working on getting images for the game, I've got most of them and I just need to get the smaller details and go over the list to make sure I have all of them.
Thursday, 3 April 2014
April 3rd
Today I was working on the game idea development and such, I got most of the ideas down I need for the rooms and I on;y have one or two more rooms to do and then write the walkthrough.
Wednesday, 2 April 2014
April 2nd
Today I was working on the idea for the short game. again, Mr.Wong, I'll email you the google drive file.
Subscribe to:
Posts (Atom)