-
Notifications
You must be signed in to change notification settings - Fork 9
Player
ssenegas edited this page Aug 28, 2017
·
8 revisions
The player in the games in the Kick Off Series uses the sprite technique. The term “sprite” (similar to “spirit,” “goblin,” or “elf”) has its origins in computer graphics, in which it described a graphic object blended with a 2-D or 3-D scene through graphics hardware. Because the complexity of video games has continually increased, there was a need for smart techniques that could deal with detailed graphic objects while keeping game-play flowing. One of the techniques developed saw sprites being plugged into a master grid (see the image below), then later pulled out as needed by code that mapped the position of each individual graphic and selectively painted it on the screen.