Friday, November 18, 2016

What I Am Greatful For

1. i am grateful for Xbox
2.i am grateful for Music.
3.i am grateful for MY DOGGIES!!!!!!

Thursday, November 17, 2016

Alien:captivity Strengths and Weaknesses

my game's strength and weaknesses are:
weaknesses:
1.you die right away if you get caught don't even give them a chance.
2.the story feels rushed it isn't paced like i'd like.
3.the dialogue is some that should be spoken not read.
strengths:
1.the story is very complex like an actual game.
2.the alien is a believable antagonist.
3.the style is creepy and horrific which is what we were going for.

Wednesday, November 16, 2016

Alien Captivity game update

to be able to move directions and then use certain items to discover Easter eggs.  the randomness in our game is that there is a 25% chance the alien will be in each room.

Wednesday, November 2, 2016

Explain the painting/picture

in this picture a man has flowers (white pedals and yellow pollen) covering his back with two kids in front of him and a well is in front of him. the girl on his right has a ponytail in which the ends connect to each other.

Tuesday, November 1, 2016

Did you describe the painting as good as him?

the difference is that i was much less traversal and used less descriptive language than him

Wednesday, October 19, 2016

Explain the painting/picture

draw rectangles together in an artistic way. some are blue, some yellow, some are red, some black, and some white. like you were to draw a modern window pane. some are very thin rectangles and some are thick but no squares. make sure they are not symmetrical to each other. towards the center of the pane are the squares and rectangles and at the ends are rectangles but also they aren't symmetrical so its in a way that is like a modern art painting.

Monday, October 17, 2016

What is a Game Genre and what are a few?

a game genre is what the game is about and what games may have similar and different each other.
FPS: first person shooter, self-explanatory.
RPG: role-playing game is a game that you play a role in to benefit your team and or progress the story.
MMO: massive multiplayer online, self-explanatory.
TPS: third person shooter, also self explanatory.

Wednesday, October 5, 2016

Robot's will invade the world

a post-scarcity economy is an economy without the worry of running out of resources aka unlimited resources. I think this idea isn't possible. no matter if we make 3D printers they will still require resources. to not need resources is to pull things out of thin air and that is against the law of physics. 3D printers will get stronger and will be able to print bigger things and will even be able to print things out with different resources.

Monday, October 3, 2016

what is a while loop?

In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given boolean condition. The while loop can be thought of as a repeating if statement.

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.

Wednesday, August 31, 2016

how to run your code

To compile and run the current project

  • Press F5 while you are in the Visual Studio Integrated Development Environment (IDE).
    The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project from the menu

  • From the Debug menu of the Visual Studio IDE, choose Start Debugging.
    The IDE compiles the project and runs the application within the Visual Studio debugger.

To compile and run the current project without debugging

  • Press CTRL+F5 in the Visual Studio IDE.
    The IDE compiles the project and runs the application.
For information about compiling and running Visual Basic code using the command-line compiler, see Building from the Command Line (Visual Basic).

Tuesday, August 30, 2016

the difference between a puzzle, a toy, and a game

a puzzle you can give up or play till you finish. a toy you play or put it away you cant finish it. a game you can stop playing, finish until you win, finish until you loose. the difference is endings. or combining fun and realism. like money in monopoly its s simulation of the real world, same with video games the realistic graphics are like the real world for certain game.board games offer a continuous challenge. ex: dungeons and dragons.

Monday, August 29, 2016

what do you want to be your first text based RPG?

a pokemon text based rpg,
ash ketcham gotta catch em all
the kalos region
ash catchem and sebrina on an adventure to catch em all

Tuesday, August 23, 2016

The Internet is a massive network of networks, a networking infrastructure. It connects millions of computers together globally, forming a network in which any computer can communicate with any other computer as long as they are both connected to the Internet.
the internet is a network connecting computers and devices to eachother and the world wide web is an information system on the Internet that allows documents to be connected to other documents by hypertext links, enabling the user to search for information by moving from one document to another.

Monday, August 22, 2016

worm.is is slither.io but its with dots. the controls are faster reaction times. and the frame rate is smoother.
PlayStation is for losers. PC master race isn't real. Xbox 720 confirmed