llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

Game of Life #1150 ~ Adding Drag to fill Cells Functionality #1592

Closed hharshas closed 4 months ago

hharshas commented 5 months ago

@llaske Changes to fill / Unfill based on mousedown / touchstart. I have also tried on the touch device using https://github.com/llaske/sugarizer-apkbuilder and everything seems fine. #1150

llaske commented 4 months ago

Nice but will be better to support both fill/unfill with move and also simple click/touch to fill one cell. See for example how it works in Gridpaint activity.

hharshas commented 4 months ago

@llaske added click/drag to fill/unfill feature

hharshas commented 4 months ago

@llaske also can you review the changes here.

llaske commented 4 months ago

Just tested on a real tablet, that's very cool, thanks.

hharshas commented 4 months ago

Just tested on a real tablet, that's very cool, thanks.

Same, Literally played for half an hour after this change, felt great too 🙃