RetroBASIC

Retrogamecoding(.org) => Games => Topic started by: cvirus on November 12, 2012, 12:57:23 PM

Title: SpaceShooting
Post by: cvirus on November 12, 2012, 12:57:23 PM
SpaceShooting made with ESGL
(http://vidalnelson.com.sapo.pt/space.bmp)

Download link:htt//vidalnelson.com.sapo.pt/SpaceShooting.zip (http://vidalnelson.com.sapo.pt/SpaceShooting.zip)
Title: Re: SpaceShooting
Post by: Cybermonkey on November 12, 2012, 02:21:02 PM
Sorry, but I had very few freetime recently. I'll send you a version using the particles system, soon. BTW, one tipp: Lua has built-in min and max functions.
Code: [Select]
math.min
math.max
Title: Re: SpaceShooting
Post by: cvirus on November 12, 2012, 04:00:02 PM
Ok, i have notice that, thaks for the advice. 8)