thealphadollar / brkout

A game made using PyGame under CodeClub as a learning project.
MIT License
8 stars 19 forks source link

Feature: Particle effect, when ball hits a brick #50

Closed amrit-choudhary closed 5 years ago

amrit-choudhary commented 5 years ago

Simple particle effect created by sprite animation. Will be spawned where ball hits brick. Example:

image

amrit-choudhary commented 5 years ago

working in #54

amrit-choudhary commented 5 years ago

Merged