Page 1 of 1
Programming a Feed the Ducks type game?
Posted: Thu Mar 02, 2017 3:03 pm
by Quester
Does anyone here have experience with programming a "Feed the Ducks"-style game using Ren'Py, similar in style to this:
http://www.kongregate.com/games/tinnvec ... idle-hands
Re: Programming a Feed the Ducks type game?
Posted: Sun Mar 19, 2017 11:38 pm
by naomimyselfandi
I'm not sure what exactly you have in mind. What is a '"Feed the Ducks"-style' game? When I load up your link, I see a pond that I can add ducks to; that's not a super-clear project statement.
Re: Programming a Feed the Ducks type game?
Posted: Mon Mar 20, 2017 12:03 pm
by Quester
Here's additional description for the mini-game functionality:
Instructions:
Birds will swim across the screen.
When a bird is ready for bread, it will look up and beg.
The player must click/tap somewhere along the same y-axis as the bird in order to drop a breadcrumb down from the top of the screen.
If the player drops the bread in the right location quickly fast enough, the bird will be fed and then leave the screen. If the player drops the bread too far to the left or the right of the bird, the bird will not eat the bread. If too many seconds pass, the bird will stop begging and resume swimming. The player must then wait for the bird to beg again.
Different types of birds have different speeds/begging patterns (some easier, some more difficult). The player has a time limit to finish all the ducks
Hope that helps!
Re: Programming a Feed the Ducks type game?
Posted: Mon Mar 20, 2017 9:27 pm
by naomimyselfandi
That all sounds very doable. What causes ducks to spawn?
I'm assuming you'll provide the duck art?
Re: Programming a Feed the Ducks type game?
Posted: Mon Mar 20, 2017 9:58 pm
by Quester
The ducks would spawn from either the left side or right side of the screen randomly. Some ducks would swim faster than others and remain motionless for longer or shorter periods of time. Probably no more than 2 or 3 ducks on screen at a time. The art for both the background, the swimming ducks and happy (successfully fed) ducks would indeed be provided. Game would end when a certain number of ducks (perhaps 10) have been successfully fed by the player.