Hi BplusWOW I like all these feedbacks!
ThanksErrors:Why do you think that it is a very showed mistake only after the mistake is pointed out?:-((
1. NewColor~&
all that time spent on the _RGB &co and then I cut off value with a function that return a single value and not a _Unsigned Long....
LOL
2. Min>Max
A mistype (< at place of >) that covers itself in a very original bug
3. area of the circle is not the whole area of the square with side the diameter of the circle
I know this bit mistake...but I hate too many math so at start time I use the simple area of the square. (
odi et amo te oh mia Matematica just to remember Catullo)
4. no flickering
Yes
I must remember that it is possible that the screen shows flickering and not that my eyes are too tired
my habit in coding:1. bad CONST color not used
Ok remmed
2. initialization to False at start of a FUNCTION
do you find it bad or verbose?
3. initialization of void variables
do you find it bad or verbose?
4. STEP 1 in the NEXT
do you find it bad or verbose?
5. NEXT nameVariable in a single FOR NEXT
do you find it bad or verbose?
Feature and goals behind the actual demo:1.
your cells keep dividing on and on creating mass out of nothing. They should not be allowed to divide unless they are big enough
in the original demo the division of cells is infinite... I find it so bad that I put a lower cutoff to divide cell volume. This cutoff is the point of ready to duplicate for the cell, putting out the cicle of gain energy and volume to duplicate again that I would develope after this actual point.