Monday, 31 March 2014
App Dev isn't for me, at least not like this
Started using game maker, this is something i believe was ill considered, i think i should just go back to coding. i learned how to import sprites so that may come in handy later. will continue to code tomorrow. kinda feel like i learned a lesson that i don't like the app development software that i have tried.
Thursday, 13 March 2014
App Inventor
Finished half a section of java script about objects and more review. Mr.Bilesky suggested app inventor and it sounded intriguing so i'm going to do it.simple setup and able to make app easily. could be fun with the way the user interface works.
Wednesday, 12 March 2014
More Objects
Used search and made more objects, this was more time consuming than i thought but i was able to get through a whole section, i already knew...
All it was objects in arrays but i see how it could be used in many ways for multipurpose access.
Tuesday, 11 March 2014
Cyclical Division and Objects
Refresher on arrays, leaning how to create objects, and Cyclical division.
Cyclical division is where you divide a number by another number over and over.
Objects are an easy way to give as variable multiple properties like a name, a age etc.
var me = {
name: "Today"
age: 219
};
this would be an object called 'me' with the name Today and the age 219.
Simple!
Cyclical division is where you divide a number by another number over and over.
Objects are an easy way to give as variable multiple properties like a name, a age etc.
var me = {
name: "Today"
age: 219
};
this would be an object called 'me' with the name Today and the age 219.
Simple!
Friday, 7 March 2014
Switch
Learned about isNaN, checks if a value is a number and returns a Boolean. true/false.
this can be used in congruence with if/else.
this can be used in congruence with if/else.
Switch statements, basically if/else. they just use different syntax and were originally used instead of (else if)
started with && witch is both/and ,Ran out of time afterward. will continue tomorrow.
Thursday, 6 March 2014
Little game, working steady.
almost finished while loops in codecademy, this is the code so far on the final project for it.
ran out of time so i will finish it tomorrow.
Its a simple dragon slayer game with Hit points.
ran out of time so i will finish it tomorrow.
Its a simple dragon slayer game with Hit points.
Structure
Today was semi eventful, i'm glad i did c++ the way that I did and it is helping me to decipher the codecademy lessons. Other than completing 7 stages in the java script tutorial I helped Jorge understand his code and taught him do/while loops. pretty simple day, I kinda want to write more but i'm on a structured program and i'm not breaking any new ground, I learned how to implement for loops and more java script syntax. decided to work on a quick auto correct for this blog to change " i " to " I ".
Tuesday, 4 March 2014
Moving to JavaScript
I was using today after the weekend and the power outage Monday as a tradition day, today I worked on doing codecademy's java script program so that i can get the basics of the language, my C++ experience is making this challenging but easy because the syntax is so relaxed in java script. i got four lessons done in class today, including functions,(classes in C++) and how to initialize variables.
Subscribe to:
Posts (Atom)