https://github.com/scifer99/brick-breaker-game
This is another game developed in Python.
https://github.com/scifer99/brick-breaker-game
2d-game 2d-graphics brick-breaker pygame-games pygame-gui python3
Last synced: 2 days ago
JSON representation
This is another game developed in Python.
- Host: GitHub
- URL: https://github.com/scifer99/brick-breaker-game
- Owner: SCIFER99
- License: mit
- Created: 2023-04-29T23:08:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T23:11:59.000Z (about 3 years ago)
- Last Synced: 2025-10-30T02:52:17.831Z (8 months ago)
- Topics: 2d-game, 2d-graphics, brick-breaker, pygame-games, pygame-gui, python3
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brick-Breaker-Game
This is another game developed in Python.
Greetings all! I have another challenge!
Here we have a brick breaker game set up, but there is something wrong.
The ball is not moving? Why is it not moving?
This is challenge I leave to the Python community. :-)
Packages needed:
pip install pygame
pip install time
Happy Coding!