I want to make a game similiar to dwarf fortress (if you dont know what it is, google it, great game) but a single survivor game, and I already know how i could do it buuuut there is one problem. In a console/command line (w/e its called) program, the characters outputted are not perfect squares, this pisses me off. A 15x15 map would be about 6 times as tall as it is wide. Is there a way to fix this, or a different coding language or technique? thanks
Ex.
0000000
0000000
0000000
0000000 This is not perfect square, but is 7x7. Thats my problem.
0000000 I cannot stand this :(
0000000
0000000
But in order to draw them on the console, you need to know more than intermediate
coding stuff, so it's probably better to go with a 2D library as suggested above.