![]() |
|
Game suggestion request: Bubble Pop |
OnlineCop
Member #7,919
October 2006
![]() |
For our final project, our programming class needs to expand the features and functionality of the code we've been designing together. I'm looking for suggestions and feedback for one game proposal idea: a bubble-popping game. Each feature that we implement to expand the current code base will be worth points, which is how we are graded. I've attached my project proposal to this post so you can see what I'm thinking about so far, but would like more feedback. The code base currently allows us to draw simple 3D primitives like cubes and spheres, as well as perform transformations to them (scale, rotate, position transforms) and animations. We can specify all of this information in an XML file, as well as lights, object materials, keyframe information, etc. So my proposal attempts to add things like user keyboard/mouse inputs, a skycube/skydome/skysphere background, collision detection, and a few others. The game isn't very advanced; it'd probably only be "fun" to a 3rd-grader, but I think it'll be fun for me to implement. Does anyone want to look over what I've got so far and chip in your own two cents?
|
TestSubject
Member #8,989
August 2007
![]() |
What exactly is this game based on? I get that you pop bubbles, but what happens? Do other bubbles then fall down around them?
|
OnlineCop
Member #7,919
October 2006
![]() |
Based on? Nothing, really. Think early '80s gameplay: you compete for a high score and hope you can beat yourself. Your mouse shoots a laser through all bubbles in the scene. They pop. You have to move the viewpoint somewhere else to get other bubbles to pop and maximize your score. Otherwise, you may never get the bubbles to respawn close enough to shoot within the time remaining. Bubbles don't currently move: once their centerpoint is defined, it grows from tiny up until they pop, then the centerpoint is moved to a new location, and the bubble is drawn again. No bubbles "fall down" anywhere. Am I misunderstanding your question?
|
CosmicR
Member #6,889
February 2006
![]() |
I like this bubble popping game: http://fun.from.hell.pl/2003-11-24/bubblewrap.swf
|
Schyfis
Member #9,752
May 2008
![]() |
How do you lose the game? ________________________________________________________________________________________________________ |
OnlineCop
Member #7,919
October 2006
![]() |
I think there needs to be a time limit.
The object of the game is to earn points by popping bubbles before the time runs out.
Maybe the score gained can be related to the size of the bubble.
As time permits, an additional point bonus may be added: But at least I can see this as an additional "I support this feature" vote. Now, as far as losing goes, you can lose by getting 0 points (your points won't go below 0 for mad-firing off into space), but it's essentially the motto "2nd place is the 1st loser": if you're fighting against yourself, then you obviously want to beat your own previous scores. One powerup idea: Something that flies across the screen that, if shot, can award you an extra few seconds (which gives you more time to make more points). Or maybe, instead of just a 1.5x multiplier, it could bump your "next shot" up to 2x or 2.5x...
|
LennyLen
Member #5,313
December 2004
![]() |
Quote: One powerup idea: Something that flies across the screen that, if shot, can award you an extra few seconds (which gives you more time to make more points). Or maybe, instead of just a 1.5x multiplier, it could bump your "next shot" up to 2x or 2.5x... You could also have objects which fall/leap/fly/etc. out of balloons when they pop, which can also be shot.
|
OnlineCop
Member #7,919
October 2006
![]() |
Are we talking powerups/powerdowns, a simple particle effect of water droplets..?
|
LennyLen
Member #5,313
December 2004
![]() |
Quote: Are we talking powerups/powerdowns, a simple particle effect of water droplets..? I was meaning powerups/powerdowns. The water droplets would also be nice though.
|
weapon_S
Member #7,859
October 2006
![]() |
Each feature worth points, eh? Let's go: |
OnlineCop
Member #7,919
October 2006
![]() |
I hadn't thought about colo[u]r/shape differences. That's a good idea. I like these ideas. You even sparked some ideas for a multiplayer version where you can only shoot bubbles of your team's color, or "neutral" colored ones that you, or the enemy, can both try to get. Of course, multiplayer may have to wait until after the project is finished (for school) and I have time to work on it afterward. I like these suggestions, weapon_S! References
|
Tobias Dammers
Member #2,604
August 2002
![]() |
Add blood. Lots of blood. And powerful explosions. Gamers like explosions. And space ships naturally, or elves and dwarfs and such. Or elves and dwarfs and such flying space ships, that'd be perfect. --- |
weapon_S
Member #7,859
October 2006
![]() |
OnlineCop
Member #7,919
October 2006
![]() |
|
|