alexanderad / conways-game-of-life

Conway's Game of Life implementation in Node.js + D3.js

Home Page:https://conwayslife.darednaxella.name/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong edge case when your RLE parser deals with "13$"

Leslie-Wong-H opened this issue · comments

The loafpull rle pattern is not correctly rendered.

image

LifeWIki reference:
https://conwaylife.com/wiki/Loaf_pull
image

Cause:
"13$" is not correctly identified to render multiple empty rows.