Stupid game with penguins

General discussion on MAME, MARP, or whatever else that doesn't belong in any of the other forums

Moderators: mahlemiut, seymour, QRS

User avatar
Phil Lamat
Regulation Coordinator
Posts: 2076
Joined: Wed Mar 06, 2002 9:19 am

Stupid game with penguins

Post by Phil Lamat »

Not a Mame game, but I've found a very silly (but very addictive if you try it) game at :
http://www.feelosophee.com/pinguin.swf

(if somebody is interested, I can send the exe file to install on your HD)

As me and my friends are trying to figure out hiscore(s), I post there to see if somebody can beat one of my scores there :
http://perso.wanadoo.fr/plamat/pingouin.html

Thanks to take a screen capture (there is no hiscore table in this basic game)
LN2
MARPaholic
MARPaholic
Posts: 1669
Joined: Wed Jul 24, 2002 4:46 pm

Post by LN2 »

I tried about 15-20 swings worth.

My 4th swing was my best. I got 323.3.

On your screenshots page(where the screenshots don't show) if the top text means you got 323.5 then you have me by a nose.

That difference must almost be some slight random element or perhaps there is a slightly gusty wind. I didn't check to see if any wind indicators.

I'm guessing 323+ is a perfect hit with the slight randomness for luck for the differences at that point.
User avatar
Phil Lamat
Regulation Coordinator
Posts: 2076
Joined: Wed Mar 06, 2002 9:19 am

Post by Phil Lamat »

LN2 wrote: On your screenshots page(where the screenshots don't show)
anybody else has this problem ? screenshots shows ok for me

The friend who sent me this prog told me 325m was possible
Buttermaker
MARP Seer
MARP Seer
Posts: 788
Joined: Sun May 19, 2002 9:06 am

Post by Buttermaker »

Phil Lamat wrote:anybody else has this problem ? screenshots shows ok for me
Of course they show up for you. You can access your hard disk: file:///E:/jeuxhumour/PingouinMax=323m5.jpg
User avatar
Phil Lamat
Regulation Coordinator
Posts: 2076
Joined: Wed Mar 06, 2002 9:19 am

Post by Phil Lamat »

And now ?
User avatar
diabolik
MARP Knight
MARP Knight
Posts: 287
Joined: Sat Mar 09, 2002 6:48 pm
Location: Finland

Post by diabolik »

Two top screenshots show ok now, but not the two others.

Can you tell me what does these mean:

jet le plus long - is this longest distance?
jet le plus court - shortest distance?
plante le plus long - ?
plante le plus court - ?
User avatar
Phil Lamat
Regulation Coordinator
Posts: 2076
Joined: Wed Mar 06, 2002 9:19 am

Post by Phil Lamat »

Should work now for the 4 screenshots

Yes : plus long = longest ; plus court = shortest ; and "planté" means the penguin has the nose in the ice
User avatar
mahlemiut
Editor
Posts: 4191
Joined: Mon Feb 04, 2002 10:05 pm
Location: New Zealand
Contact:

Post by mahlemiut »

\:D/ \:D/ \:D/

(Due to marpirc.net logins and attachments not working yet, right-click, Save Target As..., or cut and paste the URL into your browser.
http://galemu.emuunlim.com/misc/pingu-3553.jpg
- Barry Rodewald
MARP Assistant Web Maintainer
Image
SJK
MARP Serf
MARP Serf
Posts: 135
Joined: Wed Jul 31, 2002 11:28 am

Post by SJK »

as there are some versions of this game where you can score more, it gets a little silly...
its yet another flash fad \:D/
- Smraedis
User avatar
SprintGod
Button Masher
Button Masher
Posts: 37
Joined: Wed Feb 04, 2004 2:09 am

Post by SprintGod »

LN2 wrote:That difference must almost be some slight random element
Penguin's initial falling speed:

Code: Select all

yspeed = random(50) / 40;
Penguin's speed after hitting it:

Code: Select all

pby = _y - _parent.ball._y + (random(16) - 8);
______________________________________________

_parent.ball.xspeed = (145 - pby) / -3;
_parent.ball.yspeed = -45 - _parent.ball.xspeed;
My signature says it all.
LN2
MARPaholic
MARPaholic
Posts: 1669
Joined: Wed Jul 24, 2002 4:46 pm

Post by LN2 »

ahh, so the small differences in distances are totally from the random factor. ie. my 323.3 is an identical hit to those that got 323.5.

I also later had a 321 so I guess that also is that same "perfect" hit but not as great of a random number selection. :P
User avatar
mike_myers
Button Masher
Button Masher
Posts: 61
Joined: Sat Dec 20, 2003 10:38 pm
Contact:

Post by mike_myers »

The same game, with gore :twisted:

http://www.yonkis.com/mediaflash/yeti_gorez.swf


My best score :
Image
Last edited by mike_myers on Fri Feb 27, 2004 4:06 pm, edited 1 time in total.
Image
LN2
MARPaholic
MARPaholic
Posts: 1669
Joined: Wed Jul 24, 2002 4:46 pm

Post by LN2 »

hehe....on my 6th swing I got 806.6!
User avatar
mike_myers
Button Masher
Button Masher
Posts: 61
Joined: Sat Dec 20, 2003 10:38 pm
Contact:

Post by mike_myers »

This time .... near 1000.
The head landed between two mines, they exploded at once, and.... new record :)
Image
LN2
MARPaholic
MARPaholic
Posts: 1669
Joined: Wed Jul 24, 2002 4:46 pm

Post by LN2 »

yeah, I think once beyond 600 it's all luck of where the mines are...and how you exactly hit them whether your forward momentum continues or not.

Man, that penguin head certainly holds a lot of blood.
Post Reply