-
SCREENWIDTH
int SCREENWIDTH
constant for the screen width
-
SCREENHEIGHT
int SCREENHEIGHT
constant for the screen height
-
SCREENCENTERX
int SCREENCENTERX
constant for the x coordinate of the center of the screen
-
SCREENCENTERY
int SCREENCENTERY
constant for the y coordinate of the center of the screen
-
UPFORCEY
int UPFORCEY
constant for bird's max up speed
-
PIPESTARTINGXVELOCITY
int PIPESTARTINGXVELOCITY
constant for pipe starting speed
-
GRAVITY
int GRAVITY
gravity
-
BIRDTOPBOUNDRY
int BIRDTOPBOUNDRY
constant for y point to clip bird to top of screen
-
BIRDDEATHBOUNDRY
int BIRDDEATHBOUNDRY
constant for y point to determine if bird has died
-
MAXPIPESPRITES
int MAXPIPESPRITES
max number of pipe sprites
-
scene
org.havi.ui.HScene scene
scene to draw on
-
font
java.awt.Font font
scene font for text display
-
gameloop
java.lang.Thread gameloop
thread for the game loop
-
backbuffer
java.awt.Image backbuffer
image for double buffering
-
state
int state
game state
-
score
int score
players score
-
background
ImageEntity background
game background
-
bird
Sprite bird
player sprite
-
topPipe
Sprite[] topPipe
top pipe sprite
-
bottomPipe
Sprite[] bottomPipe
bottom pipe sprite
-
wingFlap
SoundClip wingFlap
sample for wing flap