VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Arkanoid

by Ivan Uzunov (5 Submissions)
Category: Games
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

This is my version of the old Arkanoid game( If you don't know it see the sreenshot). The game include difrent type of enemies, bonuses and a level editor. I create 12 levels and you can modify them or just replace them with new levels. The collision is very good( determine the side of the collision). This code shows how to play wave sound from resource file. Please send me any suggestions to [email protected] and don't forget to vote for me!

API Declarations
Public Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

Rate Arkanoid

Download Arkanoid

Download Arkanoid (38 KB)

Arkanoid Comments

No comments have been posted about Arkanoid. Why not be the first to post a comment about Arkanoid.

Post your comment

Subject:
Message:
0/1000 characters