Java Games: Flashcards, matching, concentration, and word search.

DA3-4-3

AB
ActionsIndicates the things that happen in a game created with Game Maker. Actions are placed in events of objects. Whenever the event takes place these actions are performed, resulting in certain behavior for the instances of the object.
BackgroundsLarge images that are used as backgrounds for the rooms in which the game takes place.
debugThe process of tracking and eliminating errors or bugs from your source code.
eventsWhenever something happens in the game the instances of the objects get events. For example if an object hits a wall it stops its movement.
FrameA single image in a series of images to be animated.
Game MakerA program that’s free for commercial use that has a simple user interface for developing computer games.
GenreA class of games. Common genres would be the shooter, First Person Shooter (FPS), Role Playing Game (RPG), simulation, Real Time Strategy (RTS)
ProgrammerThe person who writes the software.
ResourcesThe collection of images, sounds, backgrounds, scripts, etc that can be used by the video game designer.
RoomsThe graphical environment for the game, often programmed in games as levels.
ScriptsProgramming code that defines the actions of the game.
SpriteAn image that animates and moves around the screen in some fashion. Typically associated with images that the user can interact with, either directly or through interaction with other sprites.
TilesTextures that have been specially formatted to blend together well in the video game world.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities