pokeparadox / pandorapanic

Automatically exported from code.google.com/p/pandorapanic
GNU General Public License v3.0
1 stars 0 forks source link

Slowly spinning reel in OneButtonBandit minigame #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Stopping a reel a bit after the sweet spot (still very close)
2. Coincidence?
3. Independent to difficulty

What is the expected output? What do you see instead?
The reel continues to spin and stops at the next correct symbol, but the
spinning is very slow (usually takes >1 second to for a one symbol-spin, so
at least 5-10 seconds until the reel comes to a stop)
If it is not the last reel the game sometimes is won without the reel
having stopped (at the correct symbol)

Original issue reported on code.google.com by foxbl...@gmail.com on 6 Sep 2009 at 6:51

GoogleCodeExporter commented 9 years ago
Sometimes also results in an infinite loop where the last wheel just keeps 
spinning
and the game is neither won nor lost.

Original comment by foxbl...@gmail.com on 7 Dec 2009 at 9:04

GoogleCodeExporter commented 9 years ago
Eep... that makes things a little more serious. I've never had that happen... I 
also
can't think why it would... hmmm
Anyone have any ideas?

Original comment by pokeparadox@gmail.com on 8 Dec 2009 at 12:08

GoogleCodeExporter commented 9 years ago
I think I have at least avoided the infinite loop case in R152 and for that I 
have
put priority lower since it should be possible to at least finish the game each 
time.

Original comment by pokeparadox@gmail.com on 22 Jan 2010 at 1:54