
Whack-a-mole game
Whack-a-mole game
Have fun, see if you can beat it 

- Attachments
-
- Whack-a-mole 2.rar
- (191.91 KiB) Downloaded 1119 times

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|||
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 <_<
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.
Halo 3 Research Thread - Contribute to the research into Halo 3.
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?
This was just for fun... not meant to be anything major...
BTW: why does it say 1097 downloads?

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|||
I bet Microsoft could actually make a cookie pop out of your disc drive. 


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|||
- Cryticfarm
- Posts: 3611
- Joined: Sat Dec 09, 2006 7:23 pm
- Location: canada
- Contact:
WRONG!cryticfarm wrote:With the getCookie(). Function.
actually the correct code is this:
Code: Select all
Dim c As TypeOfCookie = Cookies.Chocolate_chip
DeliverCookie(c, DiscDrive)

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|||
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |
thanksPatrickssj6 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?
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)
what's wrong with it?

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|||