Skip to content

Issues: ASong5/BnBClone

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

add animations for block explosions enhancement New feature or request
#13 opened Mar 9, 2024 by ASong5
find a way to use the is_collide() method of the player class to detect collisions with bubbles refactor Something that needs refactoring (for readability, modularity, efficiency, etc)
#12 opened Mar 9, 2024 by ASong5
move sprite transformations from spritesheet class to animation class refactor Something that needs refactoring (for readability, modularity, efficiency, etc)
#11 opened Mar 6, 2024 by ASong5
refactor the animation system
#10 opened Mar 5, 2024 by ASong5
refactor sprite classes to inherit from EntityObject and contain an optional AnimationComponent and MoveComponent refactor Something that needs refactoring (for readability, modularity, efficiency, etc)
#8 opened Feb 28, 2024 by ASong5
bubbles sometimes dont blow up on time. bug Something isn't working
#6 opened Feb 25, 2024 by ASong5
minimize use of "magic numbers" refactor Something that needs refactoring (for readability, modularity, efficiency, etc)
#4 opened Feb 23, 2024 by ASong5
ProTip! Exclude everything labeled bug with -label:bug.