More asciimatics features to use #95
ymyke
started this conversation in
General ideas & features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a list of things that could be used to add more animations to the game:
On buffering
Double buffering: Newly drawn stuff gets drawn to the buffer. A call to
screen.refresh()
will display the newly drawn stuff on screen. To clear the screen, useclear_buffer
instead of the simpleclear
to prevent flickering.On fonts
Beta Was this translation helpful? Give feedback.
All reactions