asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Created a ring of death as the outer world cells. #191

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

Fixes #179.

MLanghof commented 7 years ago

Currently looking through all while loops to see if there are any (close to) endless loops that may result from cells full of unspawnable tiles. Or other (unrelated) corner cases elsewhere with similar effects.