Hilbert's Curve drawn to the 7th level using miSoft Basic on iPhone.
It is a single space filling line!
I had to work round a few limitations of this version of Basic and Basic in general notably:
- No recursion
- String max length 127
- Array max 1024 * 8 (String)
but it worked out ok
ltaylor021 6 months ago
Hilbert's Curve drawn to the 7th level using miSoft Basic on iPhone.
It is a single space filling line!
I had to work round a few limitations of this version of Basic and Basic in general notably:
- No recursion
- String max length 127
- Array max 1024 * 8 (String)
but it worked out ok
ltaylor021 6 months ago