p-e-w / ternimal

Simulate a lifeform in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in radius calculation

p-e-w opened this issue · comments

./ternimal thickness=15

runs fine, but

./ternimal thickness=15 padding=0

gives

Insufficient arena size for path generation: For the configured radius and padding, either width or height must be at least 96.

In other words, making more space (padding=0) somehow results in less space.