I am attempting to start making my own roguelike. I'm using c++, and I know the basics, I've got a menu and whatnot working, but I don't know how to get started on making the actual game(ie. I need to start by making a @ that moves around, that's where I'm stuck)
How would I go about drawing a level in the console and making a @ that I can control(I know how to use arrow keys and such for input already)?