Sinisterly
Lua String to ASCII Art Program - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: Lua String to ASCII Art Program (/Thread-Lua-String-to-ASCII-Art-Program)

Pages: 1 2


RE: Lua String to ASCII Art Program - Deque - 05-09-2013

It's already submitted there, @Feurex.

@JesseH: The code seems unnecessarily tedious. Don't you have a dictionary in Lua to avoid all these if-ss-for-statements?
And maybe a function that turns the input character to an uppercase (or lowercase one) so you don't have two checks everywhere?
I think you can reduce the lines of codes a lot.