Tile-based Video Games
   HOME



picture info

Tile-based Video Games
A tile-based video game, or grid-based video game, is a type of video game where the playing area consists of small square (or, much less often, rectangular, parallelogram, or hexagonal) graphic images referred to as ''tiles'' laid out in a grid. That the screen is made of such tiles is a technical distinction, and may not be obvious to people playing the game. The complete set of tiles available for use in a playing area is called a ''tileset''. Tile-based games usually simulate a top-down, side view, or 2.5D view of the playing area, and are almost always two-dimensional. Much video game hardware from the late 1970s through the mid-1990s has native support for displaying tiled screens with little interaction from the CPU. Overview Tile-based games are not a distinct video game genre. The term refers to the technology that the hardware or game engine uses for its visual representation. For example, ''Pac-Man'' is an action game, '' Ultima'' is a role-playing video game and ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




RPG Maker
''RPG Maker'', known in Japan as , is a series of programs for the development of role-playing video games (RPGs) with genre-driven varieties as well as machinima, originally created by the Japanese group ASCII. The Japanese name, ''Tsukūru'', is a pun mixing the Japanese word , which means "make" or "create", with , the Japanese transliteration of the English word "tool". The ''RPG Maker'' series was originally released primarily in Japan, but it was translated by fans in Taiwan, South Korea, China, Russia, and North America with ''RPG Maker 2000'' and ''RPG Maker 2003''. Most of the later engines have been officially translated and created by successors, Enterbrain and Gotcha Gotcha Games. PC versions ''RPG Maker'' is a program that allows users to create their own role-playing video games. Most versions include a tile set based map editor (tilesets are called ''chipsets'' in pre-XP versions), a simple scripting language for scripting events, and a battle editor. All versio ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Framebuffer
A framebuffer (frame buffer, or sometimes framestore) is a portion of random-access memory (RAM) containing a bitmap that drives a video display. It is a memory buffer containing data representing all the pixels in a complete video frame. Modern video cards contain framebuffer circuitry in their cores. This circuitry converts an in-memory bitmap into a video signal that can be displayed on a computer monitor. In computing, a screen buffer is a part of computer memory used by a computer application for the representation of the content to be shown on the computer display. The screen buffer may also be called the video buffer, the regeneration buffer, or regen buffer for short. Screen buffers should be distinguished from video memory. To this end, the term off-screen buffer is also used. The information in the buffer typically consists of color values for every pixel to be shown on the display. Color values are commonly stored in 1-bit binary (monochrome), 4-bit palettized, 8 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE