What is a Game?
Game is an interactive project where user is having control to work on the scene or activity given. Some popular video games based game project are available on Scratch website.
Popular Types of Games Features are
Scroller
Scrollers are a kind of project where the background and objects "scroll", or move along the screen, when being scrolled up, or down. The player will stay on the same X coordinate, but often a "jumping feature" will allow the player to change their Y coordinate, upon a keyboard interaction. For example, the following code give control of scrollx variable:


Platformer
Platformers are games where you "jump" along the Y coordinate, or travel upwards on platforms to achieve a particular goal, often sending the user to the next "level" of gameplay.

RPG
RPG Projects are games where the user is sent to fight pieces of opposing AI, or "enemies", with preset actions to take, or "attacks" as they are commonly put. Often, one will have "companions" that will help during one of the stages of attacks.
Tycoon
The goal of tycoon games is to get as much "money" or whatever currency is described in that particular game as possible. You are usually required to buy upgrades, to advance as to get more money.
Nuclear Power Plant Tycoon

Available at:https://scratch.mit.edu/projects/1571555/
Maze
A common form of maze creation involves barriers in which if come in contact with another sprite, will send that particular sprite being controlled by the user, to the beginning of that stage of game-play. Other variations simply do not let the user go through the walls.

Pong
Pong games are games that have a platform go from left to right, hitting a ball to the top of the screen, and coming back down, but if the ball goes past the platform, the game ends, or some other penalty occurs.

Game is an interactive project where user is having control to work on the scene or activity given. Some popular video games based game project are available on Scratch website.
Popular Types of Games Features are
Scroller
Scrollers are a kind of project where the background and objects "scroll", or move along the screen, when being scrolled up, or down. The player will stay on the same X coordinate, but often a "jumping feature" will allow the player to change their Y coordinate, upon a keyboard interaction. For example, the following code give control of scrollx variable:
Platformer
Platformers are games where you "jump" along the Y coordinate, or travel upwards on platforms to achieve a particular goal, often sending the user to the next "level" of gameplay.
RPG
RPG Projects are games where the user is sent to fight pieces of opposing AI, or "enemies", with preset actions to take, or "attacks" as they are commonly put. Often, one will have "companions" that will help during one of the stages of attacks.
Tycoon
The goal of tycoon games is to get as much "money" or whatever currency is described in that particular game as possible. You are usually required to buy upgrades, to advance as to get more money.
Nuclear Power Plant Tycoon
Available at:https://scratch.mit.edu/projects/1571555/
Maze
A common form of maze creation involves barriers in which if come in contact with another sprite, will send that particular sprite being controlled by the user, to the beginning of that stage of game-play. Other variations simply do not let the user go through the walls.
Pong
Pong games are games that have a platform go from left to right, hitting a ball to the top of the screen, and coming back down, but if the ball goes past the platform, the game ends, or some other penalty occurs.
No comments:
Post a Comment