| |
|
|
Press Ctrl+D to bookmark this site
|
|
|
| |
|
| |
Visual Basic Game Section
|
Tutorial on VB + API (No DirectX) |
| Name/Description |
Author |
Level |
| BitBlt Demo |
Code Master |

|
| This program shows how to draw a
character on a screen using a simple API function. (highly recommended for beginners) |
| Sprite Demo |
Code Master |

|
| 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. |
|
Tutorial on VB + DirectX 7 or greater |
| Name/Description |
Author |
Level |
| DirectX Direct Draw
# 1 |
Code Master |

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