Using specific non ascii characters
-
Hi, i am making a text mode game, but what about using some specific non ascii characters?
like the smile face character or the box characters.
and also how to adjust precisely the text height and width? i'd like to fill the screen entirely with my characters using some specific characters resolutions like 80x25 characters.
the game i am making is a re-make of a dos game i developed in which you can explore a world of 256 * 256 characters
-
I tried to list out all the characters I can print with chr function but didn't find box drawing characters there.