Wednesday, August 31, 2016

A game can be anything that has code and a goal. Having a goal is really what defines a game.
Coding "Hello World"
1) Open visula studio 2010
2) New Project
     Empty project
     Name it "Hello World"
3) Right click on source files
     choose C++ file
     Name it "main"

4) Code!
          #include<iostream>
          using namespace std;
       
           int main(){

                    ciut<<"hello world!"<<endl;

           }

Press ctrl +f5

Right click name of program
     properties
     linker
     system
     subsystem
     console

1 try it
2 change what it says

Monday, August 29, 2016

The game would end after an increase of difficulty throughout the stages. A quick, trying to get a high score, game. Jumping from platforms, going under and little puzzles along the way. The main character follows a story explaining how he's trapped. Lost in another reality. Trying to explore and leave this strange world. He is in a coma, the only way to leave is to win.

Thursday, August 25, 2016

Worm.is game play consists of collecting"food". The bigger the "food", the bigger you grow. The game is almost like a modern day snake. It is PVP and the main strategy would be to cut people off and have them run into in order to decrease their size and increase yours. I enjoy the game, I like all the features and I believe it should be more popular with the amount of fun you can have competitively.

Wednesday, August 24, 2016

Web v Int

World Wide Web is a branch from the internet that works with documents connect to other documents and hyperlinks. The internet is global and consists of information you can exchange.