Hi, there.
I want to create a simple terminal game in Julia.
I have experiences creating games in C terminal.
But I do not know how can I do this in Julia.
In C, I can use goto function to draw something where I want.
But I do not know what functions or packages should I use for drawing in Terminal.
Can anyone answer my questions?