Re: VB.NET 2005: Arkanoid (Breakout) Game in Full Screen [Exe & Source]
Hiya, graphics and movement seem cool. on my system though i am getting crazy slowdown.. i have looked through the code and it doesnt appear to be anything in there. probibly something in the DLL file , but using my imagination to overcome the slowdown and it looks pretty cool. collision detection was really good
Re: VB.NET 2005: Arkanoid (Breakout) Game in Full Screen [Exe & Source]
Uhh... exactly how slow is it going? I think the ball is meant to move at about 6 pixels per 1/10 of a second, so it's not really fast. How fast is it going for you?
Re: VB.NET 2005: Arkanoid (Breakout) Game in Full Screen [Exe & Source]
Its not just the ball, its the whole game, the paddle moves but it jump's and when you press left it takes a second or two to register. now this has ran perfectly on my PC now, but my laptop it runs slow on.. thinking about it though my lappy is running 2008, so the game probibly lost something in the automatic upgrade~(conversion).
Re: VB.NET 2005: Arkanoid (Breakout) Game in Full Screen [Exe & Source]
You could run the EXE, I assure you there aren't any viruses or anything like that but I guess you should always scan it anyways. If you don't have antivirus software, then never mind.
Re: VB.NET 2005: Arkanoid (Breakout) Game in Full Screen [Exe & Source]
Here's an updated copy: bitmaps are contained within the EXE, and it has sound. You still need to copy the DLL with it, though. Is there a way to put DLLs in your resources?