Tagged Questions
5
votes
3answers
3k views
How to create ASCII animation in Windows Console application using C#?
I would like it to display non-flickery animation like this awesome Linux command; sl
http://www.youtube.com/watch?v=9GyMZKWjcYU
I would appreciate a small & stupid example of say ... a fly.
...
4
votes
3answers
432 views
Help with algorithm to dynamically update text display
First, some backstory:
I'm making what may amount to be a "roguelike" game so i can exersize some interesting ideas i've got floating around in my head. The gameplay isn't going to be a dungeon ...
2
votes
3answers
1k views
How to create ASCII animation in a console application using Python 3.x?
I would like to port this question to Python (Windows + Linux + Mac Os)
http://stackoverflow.com/questions/2725529/how-to-create-ascii-animation-in-windows-console-application-using-c
Thank you!