p-e-w / ternimal

Simulate a lifeform in the terminal
GNU General Public License v3.0
1.06k stars 31 forks source link

Bug in radius calculation #13

Open p-e-w opened 6 years ago

p-e-w commented 6 years ago
./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.