Ascii game codding

Oct 8, 2018 at 3:29am
How to code a game using ascii way?

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

Oct 8, 2018 at 3:04pm
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.
Oct 10, 2018 at 7:49am
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.