Wednesday, September 28, 2016

why do you play video games?

why i love video games and why i play them:

1. to escape my stressful life
2. to live in a world where I have control of what happens in it.
3.to be able to connect and have something in common with my friends.
4.to get a couple hours doing something to enjoy myself and my own company.
5.to connect with family and friends with a friendly competitive or cooperative game.
6.to form relationships with those you normally wouldn't (to build a bond with in-game characters or players online).
7.they allow me to be apart of a culture of kindness and friendly banter.
8.to cope with depression.
9.to calm my anxiety.
10.and of course because they're fun.

Tuesday, September 27, 2016

how to set up your code

  • The setup: Usually the setup involves declaring and initializing an increment variable. This generally occurs immediately before the while.
  • The test expression: The expression within the while loop that will cause the program to either execute the loop or exit and continue on. This always occurs within the parentheses following the keyword while.
  • The body: This is the code within the braces.
  • The increment: This is where the increment variable is incremented. This usually occurs at the end of the body.

Friday, September 23, 2016

MS.Moe's class

the class is overall good but it's getting hard trying to work on big problems when we are working on a complicated daily coding project daily. like I'm almost done with class and still working on the daily coding project instead of working on the princess quiz and stuff.

Thursday, September 22, 2016

QWOP

QWOP went viral because Pewdiepie the very famous youtube played it and that's how many discovered it and then eventually other tubers played it and now everyone with a computer is playing.
1.graphics are great for a computer game.
2.gemaply is smooth if your computer is running ok and the controls are clunky for a reason.
3.replayability is very good because this game makes you determined to get to the finish line so you keep restarting the game.
4. its fun and enjoyable.
5. overall I would give this game a 8.9/10.

Wednesday, September 21, 2016

If Statements

if:An if statement is a programming conditional statement that, if proved true, performs a function or displays information. Below is a general example of an if statement, not specific to any particular programming language.
if else:if, else statements are used to tell the computer to do something given a certain condition, and the alternative thing it should do, should that condition be false. You can also have if statements without an accompanying else statement, but not an else statement without an if statement (after all, else is what to do if the if doesn't happen). If an if's condition isn't met and it has no else, the program simply won't execute the code in the if statement and move on. Below is a very basic example of how an if, else statement looks in code, a real life example of the concept, and finally three in-depth example using real code.
switch:In computer programming languages, a switch statement is a type of selection control mechanism used to allow the value of a variable or expression to change the control flow of program execution via a multiway branch.
Switch statements exist in most high-level imperative programming languages such as PascalAdaC/C++C# and Java, and in many other types of language, using such keywords as switchcaseselect or inspect.
Switch statements come in two main variants: a structured switch, as in Pascal, which takes exactly one branch, and an unstructured switch, as in C, which functions as a type of goto. The main reasons for using a switch include improving clarity, by reducing otherwise repetitive coding, and (if the heuristics permit) also offering the potential for faster execution through easier compiler optimization in many cases.

Tuesday, September 20, 2016

Human's Need Not Apply

humans need not apply is scary but it is true. id say just don't have kids and let the robots take over.
the narrator gives us examples of other robots and of machinery and even proves his point by showing how cars replaced horses.

Monday, September 19, 2016

PEMDAS

in math we use PEMDAS and i am good at it. i only struggle with it when fractions are involved in the equation,

Thursday, September 15, 2016

what is IDE?

\\

IDE helps visual studio with bugs because if you have a bug or error it will point it out for you by doing the little red squiggle line.
9/15/2016

Wednesday, September 14, 2016

Artistic games

Image result for halo 3
halo 3 is a work of art because of its amazing story telling and outstanding scenery.
Image result
Abzu tells a fantastic story of rebuilding the ocean without them saying a thing. and the artwork and fluidity of the game are fantastic.
Image result for the walking dead game
the walking dead tell tale series is amazing story telling and fantastic scenery.

Monday, September 12, 2016

Int,Char,Double,Bool

int: hold regular numbers
char: holds a character
double: holds decimals & or really big numbers
bool:holds true or false values

Friday, September 9, 2016

what are compile errors?

Image result for compile error example in a game
Compilation error refers to a state when a compiler fails to compile a piece of computer program source code, either due to errors in the code, or, more unusually, due to errors in the compiler itself. A compilation error message often helps programmers debugging the source code for possible errors.

An error that occurs during the execution of a program. In contrast, compile-timeerrors occur while a program is being compiled. Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about. For example, running out of memorywill often cause a runtime error.Image result for runtime error definition

Thursday, September 8, 2016

Why do you like this certain painting?


I like this peace because I feel like it's a metaphor for love and how even if you're together you can feel blocked out from each other or separated from each other and I struggle with that a lot.

Image result for les amants magritte

super Mario bros is a example of surreal art as it's creative and doesn't make sense yet still works for a good game.