Whack-a-mole game

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Whack-a-mole game

Post by Patrickh »

Have fun, see if you can beat it :lol:
Attachments
Whack-a-mole 2.rar
(191.91 KiB) Downloaded 1119 times
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
blahblah675





Posts: 48
Joined: Fri Jun 01, 2007 4:34 am

Post by blahblah675 »

WEWT !!! XD XD XD
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Don't publish the game...it's waay too small to need an installer >_>
I was kinda hoping for something in DirectX...but ok, it's alright for a windows form game I guess...whack-a-mole has never really interested me though...

I'm assuming the game is yours? ..I'm asking because you don't seem to mention that anywhere, and your post is particularly bland <_<
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

sorry about the installer, I never knew of any other way to publish it. And yeah, it's mine.
This was just for fun... not meant to be anything major...

BTW: why does it say 1097 downloads?
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
DrXThirst




Connoisseur Foundry Pyre

Posts: 3011
Joined: Fri Jun 29, 2007 6:28 am
Location: Georgia
Contact:

Post by DrXThirst »

lmao, I just beat it and I guess I got a cyber cookie? lol.
Image
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

I bet Microsoft could actually make a cookie pop out of your disc drive. :shock:
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

With the getCookie(). Function.
spikes122





Posts: 292
Joined: Thu Dec 21, 2006 7:44 am

Post by spikes122 »

hahah lol
nice game
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

cryticfarm wrote:With the getCookie(). Function.
WRONG!
actually the correct code is this:

Code: Select all

Dim c As TypeOfCookie = Cookies.Chocolate_chip
DeliverCookie(c, DiscDrive)
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Nice game but I think there is a mathematical error with the randomizer...can you post the lines of code you used to make it random?
...left for good
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

Patrickssj6 wrote:Nice game but I think there is a mathematical error with the randomizer...can you post the lines of code you used to make it random?
thanks
i can't post it right now, because my computer with visual studio is having issues and it is in 9000 pieces on by counter... :?

but it's something like this:

Code: Select all

Dim i As Integer
Dim r As System.Random
r = New Random(Now.Millisecond)
i = r.Next(1 , 8) 
8 because there are seven buttons, and if you put seven, the output is never seven
what's wrong with it?
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
Post Reply