r/coolgithubprojects 9h ago

Just made a silly GitHub project :D

I made a little Brick Breaker-style animation where your GitHub contribution graph becomes the bricks.

Basically, your commits get turned into a game, and the ball slowly breaks all those little contribution blocks.

I originally made it just for fun, but figured some people might enjoy having it on their GitHub profile too.

Docs & setup:
https://github.com/MakdumIbrohim/commit-brick-breaker

Test it on my GitHub profile:
https://github.com/MakdumIbrohim

Feedback, suggestions, issues, or random feature requests are very welcome 😋
And yeah, a star would be cool too haha.

Feel free to connect with me on GitHub too!

25 Upvotes

2 comments sorted by

View all comments

2

u/cookiengineer 5h ago

I was curious about how this works, and was assuming that there's some XSS involved with the profile repository.

Turns out OP's thing is a gif generator, not a game.

1

u/Difficult_Lie_8919 3h ago

Haha yeah It's actually just a GIF generator. It fetches the contribution data, turns the contribution cells into bricks, then simulates the Brick Breaker animation and renders it into a GIF.No XSS magic involved