TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
280 stars 35 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'width') #288

Closed juh9870 closed 1 year ago

juh9870 commented 1 year ago

image

randomly happened during gameplay

TodePond commented 1 year ago

Hey can you figure out how to reproduce this reliably? If you can, I'll be able to fix it

juh9870 commented 1 year ago

image Looks similar enough. When the output rule has an "empty" cell (without a small black dot) and you try to stamp it, app breaks

TodePond commented 1 year ago

Oh yes, I know this one! Yes that is an illegal move - split cells can't have gaps in. It shouldn't let you do that, but I was in a rush and didn't get round to it. There might be an issue open about it 🤔

TodePond commented 1 year ago

Ah found it: https://github.com/TodePond/CellPond/issues/161

TodePond commented 1 year ago

Unless I'm understanding wrong? :)