Traffic Simulator
Posted: 2002-06-01
By: ArchiveBot
Viewed: 62
Filed Under:
Title | Uploaded | Size |
---|---|---|
Traffic Si232107212001.zip | 9/3/2020 3:45:00 PM | 16,027 |
Nothing, really, it simulates a basic traffic system. AI tell the cars to keep on route and make them turn at random when they reach a junction. This prog shows how to easy juse arrays in combination with bilblt to make STRATEGY GAME-ENGINES.
Original Author: Jonas Ask
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 GetTickCount Lib "kernel32.dll" () As Long
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.