Difference between revisions of "Video Chess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Video Chess''' FILE:Videochess.png|border|right|thumb|link=https://en.wikipedia.org/wiki/File:Videochess.png | Video Chess Screen <re...")
 
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
Bob Whitehead developed a pioneering "venetian blinds" <ref>[https://en.wikipedia.org/wiki/Venetian_blinds#Venetian Venetian Blinds from Wikipedia]</ref> animation technique,  
 
Bob Whitehead developed a pioneering "venetian blinds" <ref>[https://en.wikipedia.org/wiki/Venetian_blinds#Venetian Venetian Blinds from Wikipedia]</ref> animation technique,  
 
an algorithm that horizontally reused and vertically interlaced sprites several times while rendering each frame,  
 
an algorithm that horizontally reused and vertically interlaced sprites several times while rendering each frame,  
to give the illusion that the system had more than the maximum number of sprites allowed by the hardware <ref>[https://en.wikipedia.org/wiki/Bob_Whitehead Bob Whitehead from Wikipedia]</ref>.
+
to give the illusion that the system had more than the maximum number of sprites allowed by the hardware <ref>[https://en.wikipedia.org/wiki/Bob_Whitehead Bob Whitehead from Wikipedia]</ref>. However, the computer could not show the position and calculate at the same time.
  
 
=Atari Catalog 1981=
 
=Atari Catalog 1981=
Line 41: Line 41:
 
<references />
 
<references />
 
'''[[Engines|Up one Level]]'''
 
'''[[Engines|Up one Level]]'''
 +
[[Category:Commercial]]
 
[[Category:Chess Suffix]]
 
[[Category:Chess Suffix]]
 
[[Category:Console]]
 
[[Category:Console]]
 +
[[Category:6502]]
 +
[[Category:Atari 8-bit]]

Latest revision as of 11:14, 21 March 2020

Home * Engines * Video Chess

Video Chess Screen [1]

Video Chess,
a chess program for the Atari 2600 Video game console released by Atari in 1978, developed by Larry Wagner and Bob Whitehead (Graphics) in 6502 Assembly, the game AI with the help of Julio Kaplan [2]. According to Larry Wagner, Video Chess was developed as a direct result of a customer who complained that the (original) Video Computer System box showed a picture of chess, but that no chess game existed [3]. Bank switching ROMs was pioneered for earlier prototypes of Video Chess that were larger than four kilobytes, however the released version ended up fitting the standard 4K size [4].

Venetian Blinds

The up to eight pieces per row exceeded the sprite limitations, since the Atari 2600 was only able to display three sprites in a row. Bob Whitehead developed a pioneering "venetian blinds" [5] animation technique, an algorithm that horizontally reused and vertically interlaced sprites several times while rendering each frame, to give the illusion that the system had more than the maximum number of sprites allowed by the hardware [6]. However, the computer could not show the position and calculate at the same time.

Atari Catalog 1981

AtariVideoChess.JPG

Atari Catalog 1981 Scan, Video Chess [7]

See also

Publications

Forum Posts

External Links

References

Up one Level