Friday, September 30, 2016

Zork is a text based game. It's is basically a role play game and pretty much a puzzle/mystery game. I enjoy the idea of using your imagination.

Wednesday, September 28, 2016

I was raised to play video games, board games, and card games. My family always played video games, before, after, and during dinner, or lunch, sometimes before school. I always played so competitively against my brothers and parents. That competitive part of me has carried on to play people globally. Finally, I enjoy the company of gamers, they are often, very smart, funny, and just plain old awesome.

Tuesday, September 27, 2016

for(int poop=100;                             poop>=0;                                  poop=poop--)
This is the starting point                  this is the ending point              this is what you count by, the 
100 is the number you start at          0 is the number you finish at    negatives represent that you are                                                                                                                counting down, addition signs                                                                                                                    would represent that you are                                                                                                                      counting up

Friday, September 23, 2016

I believe you're doing a well job and there is no reason for you to change how you teach. I'm only slightly lost when you give us new math operations in C++.

Wednesday, September 21, 2016

If, if else, and switch

If else statements and switch statements overall can lead to the same conclusion in a program. They can both be used to accomplish the same objective. However, in an if else statement you need the curly brackets to add more than one variable in the else if part.

Tuesday, September 20, 2016

I believe that it is inevitable; we will keep creating and advancing. Jobs will be taken over, and if time allows it, we will have no jobs, Eventually, presuming the Jesus will not return and take back his kingdom, we will be like WALL-E. Fat, in floating chairs, and the computers will do it all. We create what we create to make our lives easier. If we fully create the ultimate easy and lazy environment, it's possible that a good percentage of the population will no longer work, walk, and even possible eat. We may take a pill that makes us never starve again. The extent to technology, is none. This is hypothetical of course, there will always be the group of people who enjoy work, exercise, and playing. Children are hyper, they run around everywhere. However I believe God will destroy all human creation and take back his kingdom before we fully have no jobs or close to no jobs. Possibly way before time comes to that much advancement.

Monday, September 19, 2016

The order of operations is called PEMDAS. It's an acronym that follows the order of which you solve an equation. First you solve what is in parenthesis, next exponents, multiplication, division, addition, and finally solve for subtraction.

Thursday, September 15, 2016

 Visual studio shows you the errors/bugs you've made in multiple places. In the bottom of the screen, after attempting to run the program, it will identify what is missing. Another way to identify 
your errors is noticing the red squiggly line
 under your mistake. To the left will also be a small line 
indicating what line your mistake is in by turning yellow. 

Wednesday, September 14, 2016

I think no man's sky should have made the list. No Man's Sky is a game based on travel through space, to distant planets, and traveling to the main game goal. The center of the universe. The graphics in the trailer are way better than in game. However, that changes little to nothing. The graphics are still very moving and pretty to me. I find the lines, shape, and color choices more extraordinary than any other games I have personally played.

Image result for no man's sky in game





Tuesday, September 13, 2016

Compiling changes your code into binary, that way the computer can understand what we speak through numbers.

Monday, September 12, 2016

Bool is true/false, int holds numbers (no decimals), char holds character, and double holds decimals or really big numbers.

Friday, September 9, 2016

Image result for surrealism artI enjoy this picture, because I believe it has a meaning behind it. The meaning behind this picture from my perspective shows how civilization is destroying nature. As we continue to grow, we are taking away the life that is nature. A water fall runs down her face, almost as if she is crying, innocent from the destruction.

I don't personally see Mario Bros to be a surreal art. The display may be similar, but it doesn't stretch my mind. There is no challenge to my brain, other than actual level challenges.

Compile vs Run time errors

Compile-time error is when the code itself will not run. Run time Error is when something happens in game like a glitch for example, "Link gets stuck in a tree."

Tuesday, September 6, 2016

Counting to Ten

0 1 10 11 100 101 110 111 1000 1001 1010

Zero and one are their own numbers, then 10, 11, 100, 101, 110 follow their own pattern.

Thursday, September 1, 2016

Game creation tool would be the actual tool used to create the game. A game engine is the actual game application used to play the game. A library holds the shortcuts to the game engines. Allegro is game creation, the actual worm.is is and engine, and steam would be a library.