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.