VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Traffic Simulator

by Jonas Ask (13 Submissions)
Category: Games
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (8 Votes)

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.

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

Rate Traffic Simulator

Download Traffic Simulator

Download Traffic Simulator (17 KB)

Traffic Simulator Comments

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

Post your comment

Subject:
Message:
0/1000 characters