VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Boom Particle Explosion Simulation

Jason Merlo  (3 Submissions)   Games   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Boom! is a particle explosion simulation. It simulates explosions composed of many individual elastic pieces. Each piece also has a shadow, which has a very nice effect when the explosion occurs over a detailed background graphic.



Boom! is a fun little side project that I devised while looking for a quick way to put explosions into another game I'm writing. It turned out well enough to warrant a GUI so that the user can tweak the particle properties. There is also a 'multiball' feature, so that you can start up several explosions at once!



In this simulation, each particle is an instance of the same class. I used this approach to show how easy it is to create an array of similar objects, each with dynamic property values. It makes for very concise and understandable code!

Rate Boom Particle Explosion Simulation (6(6 Vote))

Download Boom Particle Explosion Simulation

Boom Particle Explosion Simulation Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters