TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
296 stars 36 forks source link

commonly, the rules you set, just, invalidate. #292

Closed usernameisrobert closed 3 weeks ago

usernameisrobert commented 1 year ago

the cells in the rules you set, move, slightly invalidating the rule

TodePond commented 1 year ago

can you show me a screenshot? :) and can you figure out how to reliably reproduce this? I think I might know whats going on

usernameisrobert commented 1 year ago

to reliably recreate this, simply replace a block form a rule and keep doing that untill you see something ike this;

Screenshot 2023-06-18 084147

usernameisrobert commented 1 year ago

hello?

MostLongestName commented 1 year ago

You remove the rule and put it back, it happens.

TeraByte-Official commented 9 months ago

As a fix for this bug, maybe check if a square is misaligned, and if it is, just align it again.

Not very complicated.

Pcyahcn142857 commented 4 months ago

THis is already in 336 and 316 Somebody close this and 316 @TodePond

TodePond commented 4 months ago

a dx and dy need to be set to 0 somewhere if anyone wants to take a crack at fixing it

usernameisrobert commented 3 weeks ago

THis is already in 336 and 316 Somebody close this and 316 @TodePond

ok, sure, I was not sure what to search to check if this is a duplicate, so I posted it anyways, go to #336 for the solution ig