Fireworks!
#11
Welcome!

Nicely done! I love the thorough commenting in your code. Nice.
Software and cathedrals are much the same — first we build them, then we pray.
QB64 Tutorial
Reply
#12
Dustinian, welcome to the forum and I like Firework.bas well done.
Reply
#13
Very realistic! Good job.
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Reply
#14
Great Job! You code is clean and easy to read. I really need to get better at doing this kind of code. Smile

One tip. In QB64 you don't have to use the call command.

Code: (Select All)
' Instead of doing this
call foo(x, y)
' You can do this, just remove the parenthesis
foo x, y

I wrote a lot of code with the CALL command before realizing I didn't need it.
Reply




Users browsing this thread: 8 Guest(s)