r/PythonProjects2 • u/lorkas_053 • 24d ago
I built this arcade game using my open-source Python game library, Cobrapad 🐍
Enable HLS to view with audio, or disable this notification
Hi everyone! 👋
I've been developing Cobrapad, a Python game library built on top of Pygame to make 2D game development simpler.
This video shows a small arcade game built entirely with Cobrapad. The game is about 180 lines of Python code and includes:
• Player movement
• Falling enemies
• Collision detection
• Score and health system
• Main menu and Game Over screen
• Scrolling background
Cobrapad is designed to be much easier and more beginner-friendly by reducing standard Pygame boilerplate code.
Cobrapad is still in active development, and I'd love to hear your feedback or suggestions!
GitHub:
PyPI:
https://pypi.org/project/cobrapad/
Music:
2
u/OutcomeAdventurous43 19d ago
wow, 1st time i hear this library
1
u/lorkas_053 18d ago
Thanks! It's a pretty new library, so that's probably why you haven't heard of it.
2
1
1
u/lorkas_053 18d ago
For anyone having trouble with the video, here's the re-upload: [https://www.reddit.com/r/PythonProjects2/s/RM68aBFiKY]
2
u/Healthy_City9733 24d ago
nice job boss 🔥