Ascii game codding

How to code a game using ascii way?

Please help me with this, I'm a newbie in codding c++.
Thank you!

you want to get a c++ extension like ncurses to manipulate the console text output (colors and cursor movement etc). otherwise its pretty straightforward -- update the console with the text that represents your current game state every iteration.
Can I have sample of codes like how to make a 2d map, player, enemies, scores, player profile.
On how do I can manipulate of its movements?
Topic archived. No new replies allowed.