cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Ascii game codding
Ascii game codding
Oct 8, 2018 at 3:29am UTC
Ericopawn
(3)
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 UTC
jonnin
(11436)
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 UTC
Ericopawn
(3)
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.