+ 2
[C++]Display ASCII/Sprite in Console
Anybody knows any way to display an ascii art or sprite in a console? I am trying to replicate a pokemon like battle system in console. Clearing the screen for every turn that ends. Tyvm!
2 odpowiedzi
+ 2
I haven't tried making a version where the screen clears or anything, but I made this for sololearn. I'd like to see yours too, so we could learn from each other. I'm just curious to see how someone else would do it.
Pokemon Battle:
https://code.sololearn.com/c1709fh8MkyS
+ 1
Okay thanks! I will look into it tomorrow as right now I need to sleep for an early class. Anyway, my advance reading takes me to classes and functions already. Do I need some more knowledge to make a text pokemon game (with only the battle system that does static drawings)