Snake Game by Arsalan A. Suzuki
Submitted on 7/17/2003 Hits 4274
This is a sample snake game. Shows game logics. Although the code is not commented but I'm sure it'll be easier to understand.
Grid by Arsalan A. Suzuki
Submitted on 6/30/2003 Hits 1519
This sample shows how to make a grid of various sizes in VB (which could be used for the map editor or things like that)
Map Editor (Part 1) by Arsalan A. Suzuki
Submitted on 5/30/2003 Hits 1593
**4 This sample shows how to draw a small map using the given tilesets.
Picture in Memory by Arsalan A. Suzuki
Submitted on 5/24/2003 Hits 1812
**3 This program shows how to store a picture in the memory and later draw it in a picture box. This is faster method as it uses API, not VB functions. Must see for game or graphics programmers.
DirectX Direct Draw # 1 by Arsalan A. Suzuki
Submitted on 9/1/2001 Hits 1378
This program shows how to initialize DirectX object and draw bitmap on a screen. Useful for absolute beginner in DirectX. (highly recommended). It covers Direct Draw, Clipper and many more.
Sprite Demo by Arsalan A. Suzuki
Submitted on 8/31/2001 Hits 1985
**2 This program shows how to draw a sprite on a screen and move it using the keyboard. This sprite has total 4 frames and it also teaches you to how to handle sprite in different states.
BitBlt Demo by Arsalan A. Suzuki
Submitted on 8/31/2001 Hits 1912
**1 This program shows how to draw a character on a screen using a simple API function. (highly recommended for beginners).