adalbertogonzaga / the_chaos_game

https://github.com/adalbertogonzaga/the_chaos_game/tree/v0.1#readme
https://github.com/adalbertogonzaga/the_chaos_game/tree/v0.1#readme
MIT License
0 stars 0 forks source link

Fix the counter of # of drew points in the screen #4

Closed adalbertogonzaga closed 1 year ago

adalbertogonzaga commented 1 year ago

the counter is buggy because I did not knew how to properly update it. so instead of updating, the system is adding it multiple times , trying to overwrite the previous one, but it is ugly and not cool.

please check it on below image...

image
adalbertogonzaga commented 1 year ago

@brunodrugowick , please take a look here. help wanted 😆

brunodrugowick commented 1 year ago

image

adalbertogonzaga commented 1 year ago

image

it is about the issue I've commented with you. The counter of number of dots added to the screen/image is not working correctly. Take a look and you'll remember 😜

brunodrugowick commented 1 year ago

image