Documentation ¶
Index ¶
Constants ¶
View Source
const ( SCREENHEIGHT = 240 SCREENWIDTH = 320 )
View Source
const ( BALLWIDTH = 136 BALLHEIGHT = 100 )
Variables ¶
View Source
var Background = [SCREENHEIGHT * (SCREENWIDTH / 8)]uint8{}/* 9600 elements not displayed */
View Source
var Ball = [BALLHEIGHT * (BALLWIDTH / 2)]uint8{}/* 6800 elements not displayed */
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.