yashaslokesh / pyadventure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some extra updates are on my Twitter

Update, January 2nd: Gif for scrolling text animation demo

Used the text.ScrollingText class to implement this animation, used a generator that would yield an increasingly growing list to draw the lines of the text.

Update, January 13th: Gif for walking animation demo

Added some functionality to add sprite moving speeds and to change those moving speeds, though the ability to change sprite movement speed for a certain animation might be removed in the future, I can't think of a good enough reason to keep it. Pygame will detect a key being held down and will fire a KEYDOWN event which I use to run the walking animation.

Notes:

  • Pygame downloaded using pipenv, Python 3.7.4 and 3.6.9 from pyenv, doesn't work.
  • Used miniconda to install Python 3.7.4 with pygame and Pillow

About


Languages

Language:Python 100.0%