Skip to content

Graphics updates#4

Open
cnewma4 wants to merge 21 commits into
markvalbert:masterfrom
cnewma4:master
Open

Graphics updates#4
cnewma4 wants to merge 21 commits into
markvalbert:masterfrom
cnewma4:master

Conversation

@cnewma4

@cnewma4 cnewma4 commented Sep 16, 2012

Copy link
Copy Markdown

Updated graphics with larger "lives" circles with yellow color, changed color of play ball to magenta, increased initial play speed.

ljlindgren and others added 21 commits September 12, 2012 00:43
…field

* Changed ball color to make it more visible in the starfield
* Slightly faster ball speed to make the game feel more "smooth"
Created a BokehBall and BokehGenerator class. Experimented with
different colors, transparencies, and blur settings. BokehGenerator
randomizes the size, alhpa, and blur between a set of ranges.
Refactored the Bokeh effect to have its own view, which is displayed
under the PongView. Moved code from PongView in to BokehView
Bokeh was being drawn every frame in onDraw and this slowed down the
game considerably. Now, a bitmap is created once each time the size
changes and the bitmap is drawn to the screen, rather than redrawing
every circle every time.
Conflicts:
	src/org/oep/pong/PongView.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants