Tuesday, October 11, 2016

10/10/16

6. What is a “Real Time Strategy” game, and how does it differ from other genres, especially “Turn Based Strategy” games, and non-strategy games. Name some examples and post pictures of games in the different categories.
Question from last weeks video: What is the measure of a megabyte? A: Loosely equal to 1,000,000 bytes in computing.

Return value and parameter

Difference between a parameter and a return value, how are they alike.?

Functions and parameters

Parameters are the numbers and changes you make to a variable inside the parenthesis after the variable. For example; int main("here").
The function is the action and thing happeneing that was created. When you make a char variable and then name that char, that is the function. The function holds input information.

Wednesday, October 5, 2016

When you can make a material cheaply and easier. 3-D printers make that a logical and possible activity. If we continue the use of the printers we may actually be using less resources and the planet could be healthier.?

Tuesday, October 4, 2016

PuTTY is it's own operating system that holds libraries of games when you type in certain IPs. The games are all text based. PuTTY IPs are held on computers in a basement somewhere. Or in UNIX's case and actual building.

Monday, October 3, 2016

While loops are used to run and continue running a game until the character dies or the game is over. If you do no use a while loop  the game will not run continuously. I would assume they're used in every single game created.