Games

Tuesday, February 24, 2015

HTML 5 Tutorial

HTML 5 Tutorial
HTML stands for Hypertext Markup Language. HTML 5 is the fifth version of HTML. It is not as different, but it does provide us with many new abilities. 
There are three basic things to know while dealing with HTML 5:
Tag - <tittle>
 A tag can be either one of these, starting or ending tag. This title tag is a starting tag.
 </title> This tag is and ending tag because of the "/" before the name of the tag.
Element - <title>Example Document</tittle>
An element is the combination of two tags, the starting and ending tag.
Attribute - <h1 id="main">Main Section</h1>
An attribute adds information to an element.
These are the basic things to know about HTML 5.

Writing an article with HTML 5
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="UTF-8">
  <title>Example document</title>
  </head>
<body>
<p> This is just an example to show you how this would look on your screen.</p>
</body>
</html>

That is how any document should be written. 
<!DOCTYPE html> Documents should ALWAYS start with this tag.
<html lang="en"> This is the root element, it also helps with speech tools.
<head> It contains information about the document.
<meta charset="UTF-8"> This is the character encoding tag.
<title>Example document</title> Whatever is written in between the starting and ending title tags will be displayed in the browsers tab.
</head> It ends the "head" area of the document.
<body> It defines the body section displayed.
<p> This tag indicates a paragraph. Whatever is in between the starting and ending tag <p> will be displayed on the screen.
This kind of document should always be saved with a ".html" ending.
The tool used to write HTML 5 codes is called notepad-plus-plus, which can be downloaded at http://notepad-plus-plus.org/

Here is a screenshot of how it would look:











Monday, February 2, 2015

UPCOMING GAME RELEASES

Dragon Ball XENOVERSE





GENREFighting 
PLAYERS
PUBLISHERBandai-Namco 
DEVELOPERDimps 
RELEASE DATE02/24/2015
TContains Cartoon Violence, Mild Blood, Mild Language, Mild Suggestive Themes

What do these ratings mean?
Developed by famed Osaka-based Japanese videogame developer Dimps (the team behind the fan favorite Dragon Ball Z: Budokai series); Dragon Ball XENOVERSE will be the first Dragon Ball game to make its way to the new generation of consoles with all the epic battles fans have come to expect between Goku and his most feared enemies; Vegeta, Frieza, Cell and many others, with brand new gameplay design. Dragon Ball XENOVERSE will take the beloved universe from series’ creator Akira Toriyama by storm and break tradition with a new world setup, a mysterious city, a mysterious fighter and other amazing features to be announced in the future.
To see more visit:


DEAD OR ALIVE 5 Last Round




GENREAction 
PLAYERS1- 2 
PUBLISHERKoei Tecmo 
DEVELOPERTeam Ninja 
RELEASE DATE02/17/2015
MContains Partial Nudity, Sexual Themes, Violence

What do these ratings mean?
DEAD OR ALIVE 5 Last Round will take the signature DOA fighting style to the ring, wrapped up in the most graphically impressive version of a DEAD OR ALIVE game ever seen. The combatants in DEAD OR ALIVE 5 Last Round will present an unparalleled level of life-like detail, and smooth striking animations that will firmly place every fighter in the heat of the moment. The game’s dynamic interactive stages once again boast a range of visually striking locations from around the world, while offering even more destruction, deadly new danger zones and a higher level of strategic choices for players to utilize in the quest for victory.
To see more visit:

Battlefield Hardline

Battlefield Hardline - battlefield-hardline_001


GENREShooter 
PLAYERS1- 64 
PUBLISHERElectronic Arts 
DEVELOPERVisceral Games 
RELEASE DATE2015-03-17 00:00:00
MContains Blood and Gore, Intense Violence, Strong Language, Use of Drugs

What do these ratings mean?
Battlefield Hardline - a brand new series in the Battlefield franchise, set against the backdrop of a genre we all love. 
To see more visit
  
In the explosive finale to the Arkham series, Batman faces the ultimate threat against the city he is sworn to protect. The Scarecrow returns to unite an impressive roster of super villains, including Penguin, Two-Face and Harley Quinn, to destroy The Dark Knight forever. Batman: Arkham Knight introduces the Batmobile to this version of the world of Gotham City, which is drivable for the first time in the franchise. The addition of this legendary vehicle, combined with the acclaimed gameplay of the Batman Arkham series, offers gamers the ultimate and complete Batman experience as they tear through the streets and soar across the skyline of the entirety of Gotham City.
Release Date: June 2, 2015
GenreAction
PublisherWarner Bros. Games
DeveloperRocksteady Studios

To see more visit:

Thursday, January 29, 2015

PS3 VS. XBOX360

INTRODUCTION

Playstation 3 comes with a built-inBlu-Ray player that provides HD output with high-quality sound. Xbox 360 is known for its community experience and offers a friendlier environment for Windows, as it is tightly integrated with other Microsoft applications. Both are 7th generation gaming consoles and offer online gaming services, Play Station Network (PSN) and Xbox Live. While the PSN Network has no monthly fee for playing games online, Xbox Live has a subscription with flexible pricing options.

Price:
The Xbox 360 has a very slight advantage at the low end, with a $199.99 bundle that includes 4GB of storage and a wireless controller. The Xbox 360 Elite with 250GB of storage rings up at $299.99. If you like to play motion-controlled games, a $299.99 (4GB) or $399.99 (250GB) bundle adds a Kinect sensor. Meanwhile, the Sony PlayStation 3 with 160GB of storage is available for $249. A bundle with a 320GB PS3 and Sony's motion-control add-on, PlayStation Move, will cost you $349. The $200 Xbox 360 is the least-expensive entry, but if you want your game console to double as an entertainment system, the $250 PlayStation 3 with 40 times the storage and a built-in Blu-ray player is a better bet for the money.

Wednesday, January 21, 2015

CMD Part I (Intermediate)

Modification and Tricks (Intermediate): CMD, Its Commands, and Its Functions. (Part I)
This is a screenshot of what a computer looks like while using Command Prompt, which looks very similar (screen-wise) to Unix. It can be modified to look bigger and the use of other colors is allowed.

















What is Command Prompt?
Command Prompt, or cmd, is a command-line interpreter on Windows, OS/2, and eComStation. In simpler words, cmd is a program used to write codes which will turn into actions in the computer, an example will be shown briefly.

What are some benefits of using cmd?
There are no benefits per se but for someone working with software and/or building a software, it is necessary to know how to use cmd.

Are there specific commands to use in cmd? 
Yes, there is a wide variety of commands to use in cmd. Here are some images of all of the commands and there function. They can be seen by typing "help" on the cmd screen.




Now I will change the appearance of cmd by putting a green color and typing the command "dir". To change the color simply type "color hg" and press enter. There is no such color but a list of colors will appear and at the bottom, cmd gives an example on how to set a different color.

Note: I made the image bigger so PC users can clearly see the commands I type in and how it works.
As you can see now, this screen looks very different from the other screens because what I just did by typing the command "dir" is actually displaying the directory of my user. This is practically seeing your whole computer on a single screen. I will access Google Chrome through cmd and this process will work for any icon on the desktop. This is how you will write the commands:
cd desktop 
dir
start chrome
Note: These commands will not work every time. If you type start and then the name of the program and it won't open, copy the name in the exact way it's written in the directory. For example,
cd desktop
dir
start Classwork.docx

A few commands were used in this process:
cd: stands for change directory.
dir: stands for directory and shows you what is located on that specific area of the computer.
start: used to start programs.
This was a basic task to do on cmd, on Part II, I will show you more commands, how to turn off your computer, how to ping web pages and ip addresses(for educational purposes only), and much more. Keep an eye out.
S'15