Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animation, Sprite game and Scroll_Text from Quokka Party #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hogesonline
Copy link

Stuff we made for the quokka party today. Animate is old but it reads in a string as an image and flashes two different sizes.

Sprite game involves similarly pulling in a string as a sprite and moving it around the screen - the collision detection is lousy and I didn't get to update a score. The Sprite needs to be a class with all of this functionality encapsulated to better mimic pygame.

Scroll_text scrolls text with any scale. After making this we realised you could scroll unscaled t3ext really easily but the scaling function only stores a 128 X 64 pixel framebuffer so it truncates the text and scroll won't work properly. I think that fixing the scroll is probably the better way to go but thought the demo might be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant