by Brendon Collecutt (1 Submission)
Category: Games
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

Cool little snake game I made. Better than all the other ones I've seen on VBC. Play two player or one player with five different speeds and up to four computer players. I've commented it the best I can. There are heaps of little examples like playings sounds accessing files etc. Plz vote for it and comment! thx
API DeclarationsBitBlt(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
GetTickCount() As Long
sndPlaySound (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Download My Snake Game (69 KB)