- 82
- 110 554
Kochu Programmer
เข้าร่วมเมื่อ 2 ต.ค. 2022
Welcome to Kochu Programmer, your ultimate destination for all things technology and programming! Whether you're a beginner eager to dive into the world of coding or an experienced developer looking to level up your skills, you've come to the right place. Join us as we explore the latest trends, tips, and tutorials in software development, web development, app development, cybersecurity, artificial intelligence, and much more. Get ready to unlock your potential and unleash your creativity with our engaging and informative videos. Subscribe now and embark on a journey to become a tech-savvy wizard!
Our Email: kochuprogrammer@gmail.com
Our Email: kochuprogrammer@gmail.com
Python দিয়ে Space Shooter Game বানাও | Pygame Crash Course in Bangla
এই ভিডিওতে আমি দেখিয়েছি কীভাবে Python ব্যবহার করে Pygame এর মাধ্যমে একটি Space Shooter গেম তৈরি করা যায়। পুরো কোর্সটি এক ভিডিওতে দেখানো হয়েছে, যেখানে শুরু থেকে শেষ পর্যন্ত সব কিছু ব্যাখ্যা করা হয়েছে। এটি একটি বাংলা টিউটোরিয়াল যা আপনাকে Python ও Pygame ব্যবহার করে গেম তৈরির দারুণ অভিজ্ঞতা দেবে। যারা একদম শুরু থেকে শিখতে চান তাদের জন্য এটি একটি সহজ এবং কার্যকর গাইড।
Github: github.com/zakariahossen/Space-Shooter-Pygame/tree/master
এই ভিডিওটি প্লেলিস্ট আকারে দেখুন:
Pygame Bangla Tutorial: Game Development with Python: th-cam.com/play/PLhBruWU8ACQn99M8ss_fvoWOg77od_aVN.html
Chapters:
00:00 install python and PyGame with PyCharm
07:03 Creating the Game Window
18:31 change title and Background colour
29:40 Adding player(space ship image)
41:15 movement mechanism
48:03 keyboard input and controls
1:07:52 adding Boundaries
1:12:49 add enemy to our game
1:21:26 Change Background
1:27:11 Enemy Movement
1:38:33 Add bullet in Our Game
1:55:23 Bullet Movement
2:02:16 Collision Detection
2:24:41 Multiple Enemies
2:41:29 Showing Scores on the game Window
2:53:00 Game Over
Kochu Programmer-এর সাথেই থাকুন আর Python দিয়ে আরও অনেক মজার প্রোজেক্ট শিখুন!
#pygame
#banglatutorial
#python
Github: github.com/zakariahossen/Space-Shooter-Pygame/tree/master
এই ভিডিওটি প্লেলিস্ট আকারে দেখুন:
Pygame Bangla Tutorial: Game Development with Python: th-cam.com/play/PLhBruWU8ACQn99M8ss_fvoWOg77od_aVN.html
Chapters:
00:00 install python and PyGame with PyCharm
07:03 Creating the Game Window
18:31 change title and Background colour
29:40 Adding player(space ship image)
41:15 movement mechanism
48:03 keyboard input and controls
1:07:52 adding Boundaries
1:12:49 add enemy to our game
1:21:26 Change Background
1:27:11 Enemy Movement
1:38:33 Add bullet in Our Game
1:55:23 Bullet Movement
2:02:16 Collision Detection
2:24:41 Multiple Enemies
2:41:29 Showing Scores on the game Window
2:53:00 Game Over
Kochu Programmer-এর সাথেই থাকুন আর Python দিয়ে আরও অনেক মজার প্রোজেক্ট শিখুন!
#pygame
#banglatutorial
#python
มุมมอง: 570
วีดีโอ
Displaying 'GAME OVER' in Pygame | Space Shooter Game | Bangla Tutorial
มุมมอง 12614 วันที่ผ่านมา
In this tutorial, you will learn how to display the "GAME OVER" message in your Space Shooter Game using Pygame. We'll go through the steps to trigger the "GAME OVER" screen when certain conditions are met, such as losing all lives or reaching a specific game state. This tutorial is explained in Bangla, perfect for beginners who want to improve their game development skills in Python. Github: g...
Adding Text and Displaying Score in Pygame | Space Shooter Game | Bangla Tutorial
มุมมอง 5114 วันที่ผ่านมา
In this tutorial, you will learn how to add text to your Pygame project and display the player's score in your Space Shooter Game. This video is aimed at beginners who want to enhance their game by including dynamic text elements like scores, health, or any other in-game information. The tutorial is explained in Bangla for ease of understanding. Follow along to make your game more interactive a...
Creating Multiple Enemies in Pygame | Space Shooter Game | Bangla Tutorial
มุมมอง 3614 วันที่ผ่านมา
In this video, we will explore how to add multiple enemies to your space shooter game using Pygame. Learn how to make your game more challenging by spawning numerous enemies on the screen with different positions and movements. This tutorial is perfect for beginners and is explained in Bangla. Watch as we break down the process step-by-step, making it easy for you to follow and enhance your gam...
Collision Detection in Pygame #12 | Space Shooter Game | Bangla Tutorial
มุมมอง 7314 วันที่ผ่านมา
In this chapter, we'll dive into one of the most important features of any game: collision detection! In this video, you'll learn how to implement collision detection between the spaceship and incoming enemies in your Pygame space shooter game. 🚀 This step-by-step tutorial will guide you through creating hitboxes, detecting collisions, and adding exciting game elements when they happen. Perfect...
Pygame Bangla Tutorial #11 | Space Shooter Game: Shooting Multiple Bullets
มุมมอง 2214 วันที่ผ่านมา
In this episode, we continue our Space Shooter game in Bangla using Pygame, focusing on implementing multiple bullets for shooting. Adding this feature will make the gameplay more exciting and dynamic. If you're interested in learning game development with Python, this tutorial is perfect for you. Let's dive in and add some action to our game! github: github.com/zakariahossen/Space-Shooter-Pyga...
বাংলায় Pygame টিউটোরিয়াল #10 | Space Shooter Game: Creating Bullets for Shooting
มุมมอง 4314 วันที่ผ่านมา
In this Bengali tutorial series on Pygame, we dive into building a Space Shooter game! In this episode, we focus on creating bullets and implementing shooting mechanics, bringing action to our game. Whether you're a beginner or looking to enhance your game development skills in Python, this tutorial will guide you step-by-step in Bengali. Let's start coding and make the game even more exciting ...
Adding a Background Image in Pygame | Bangla Tutorial | Space Shooter Game
มุมมอง 5414 วันที่ผ่านมา
In this Bangla Pygame tutorial, we’ll learn how to add a background image to our space shooter game. This is the ninth video in our series, where we enhance our game's visual appeal by incorporating a space-themed background. Whether you're a beginner or experienced in Python game development, this video will guide you through every step. Follow along to create a more immersive experience for y...
Bangla Pygame Tutorial - Movement Mechanics of the Enemy (Episode 8)
มุมมอง 3314 วันที่ผ่านมา
In Episode 8 of our Bengali Pygame tutorial series, we dive into the movement mechanics of the enemy in our Space Shooter game. Discover how to animate the enemy and make it move dynamically across the screen, adding an extra challenge for the player. This video will guide you through coding enemy movement patterns to make the game more engaging. Perfect for beginners and anyone interested in l...
Pygame Bangla Tutorial - Creating the Enemy (Episode 7)
มุมมอง 7714 วันที่ผ่านมา
In Episode 7 of our Bengali Pygame tutorial series, we’ll bring our Space Shooter game to life by creating the enemy! Learn how to add enemy sprites, position them on the screen, and set up their movement to make the game more challenging and engaging. This tutorial is ideal for beginners and anyone interested in game development with Pygame in Bangla. Join us as we continue building and enhanc...
Pygame Bangla Tutorial - Adding Boundaries to Our Game (Episode 6)
มุมมอง 3314 วันที่ผ่านมา
Welcome to Episode 6 of our Bengali Pygame tutorial series! In this video, we’ll add boundaries to our Space Shooter game, preventing the player’s spaceship from moving off-screen. This feature will enhance the gameplay by adding control limits and improving the player’s experience. Perfect for beginners looking to deepen their understanding of Pygame in Bangla. Join us as we continue building ...
Pygame Bangla Tutorial - Keyboard Input & Key Pressed Events (Episode 5)
มุมมอง 5214 วันที่ผ่านมา
In Episode 5 of our Pygame Bangla tutorial series, we’ll focus on handling keyboard input and key press events for our Space Shooter game. Learn how to set up controls to make the game more interactive and responsive. This tutorial covers essential Pygame functions for detecting keyboard actions, allowing you to move and control your spaceship effectively. Perfect for beginners and aspiring gam...
বাংলায় Pygame Tutorial - Space Shooter Game Movement Mechanism (Episode 4)
มุมมอง 6021 วันที่ผ่านมา
Welcome to Episode 4 of our Bengali Pygame tutorial series! In this video, we’ll dive into the movement mechanism for our Space Shooter game. Learn how to control the player’s spaceship, navigate through space, and create a smooth gaming experience. This tutorial is perfect for beginners and those interested in building a fun game with Python’s Pygame library. Join us as we explore game develop...
Pygame Tutorial in Bangla Episode 3 | Adding Images to Our Space Shooter Game
มุมมอง 4821 วันที่ผ่านมา
In this video, we will learn how to add images to our Space Shooter game using Pygame. In this stage of game development, we’ll discuss how to import and use images for the background, player, and enemies. Explained in simple Bangla so everyone can follow along and learn. Pygame Bangla Tutorial: Game Development with Python: th-cam.com/play/PLhBruWU8ACQn99M8ss_fvoWOg77od_aVN.html GitHub: github...
How to change the Game Window Title, Logo, and Background Color in Pygame | Bangla Tutorial
มุมมอง 6221 วันที่ผ่านมา
In this video, you'll learn how to customize your Pygame space shooter game by changing the game window's title, adding a custom logo, and setting the background color. 🎨 These essential steps will help you personalize your game and give it a professional look. Perfect for beginners, this tutorial walks you through each step in a simple and clear way. Follow along and take your Pygame project t...
Pygame Space Shooter Game in Bangla | Creating Game Window | Pygame Tutorial for Beginners
มุมมอง 6921 วันที่ผ่านมา
Pygame Space Shooter Game in Bangla | Creating Game Window | Pygame Tutorial for Beginners
বাংলায় Pygame দিয়ে Space Shooter গেম | Environment Setup | Python Programming for Beginners
มุมมอง 7321 วันที่ผ่านมา
বাংলায় Pygame দিয়ে Space Shooter গেম | Environment Setup | Python Programming for Beginners
Pygame Basic to Advance: First Bangla Game Development Series | Kochu Programmer #pygame
มุมมอง 9421 วันที่ผ่านมา
Pygame Basic to Advance: First Bangla Game Development Series | Kochu Programmer #pygame
Coding এর দিন শেষ? How AI is Changing the Game for Programmers
มุมมอง 45428 วันที่ผ่านมา
Coding এর দিন শেষ? How AI is Changing the Game for Programmers
Space Complexity in Algorithms Explained in Bangla | Learn Programming with Kochu Programmer
มุมมอง 98หลายเดือนก่อน
Space Complexity in Algorithms Explained in Bangla | Learn Programming with Kochu Programmer
Insertion Sort in Python: A Comprehensive Guide in Bangla #algorithm
มุมมอง 103หลายเดือนก่อน
Insertion Sort in Python: A Comprehensive Guide in Bangla #algorithm
চ্যাট-জিপিটি দিয়ে সহজে ইংরেজি শিখুন | Learn English with ChatGPT in Bangla
มุมมอง 103Kหลายเดือนก่อน
চ্যাট-জিপিটি দিয়ে সহজে ইংরেজি শিখুন | Learn English with ChatGPT in Bangla
Selection Sort in Python | Bangla tutorial | বাংলায় অ্যালগরিদম টিউটোরিয়াল
มุมมอง 108หลายเดือนก่อน
Selection Sort in Python | Bangla tutorial | বাংলায় অ্যালগরিদম টিউটোরিয়াল
Bubble Sort Algorithm in Python | Bangla Tutorial #algorithm
มุมมอง 114หลายเดือนก่อน
Bubble Sort Algorithm in Python | Bangla Tutorial #algorithm
Swap Variable, Range, and Sorted Functions in Python | Algorithm Tutorial in Bangla
มุมมอง 56หลายเดือนก่อน
Swap Variable, Range, and Sorted Functions in Python | Algorithm Tutorial in Bangla
কৃত্রিম বুদ্ধিমত্তার যুগে কেন পাইথন শিখবেন?| Why learn Python in the era of artificial intelligence?
มุมมอง 989หลายเดือนก่อน
কৃত্রিম বুদ্ধিমত্তার যুগে কেন পাইথন শিখবেন?| Why learn Python in the era of artificial intelligence?
Understanding Time Complexity in Algorithms | Tutorial in Bangla #timecomplexity
มุมมอง 61หลายเดือนก่อน
Understanding Time Complexity in Algorithms | Tutorial in Bangla #timecomplexity
Recursion Algorithm Explained in Bangla with Python| Recursive vs Iterative Functions with Examples
มุมมอง 57หลายเดือนก่อน
Recursion Algorithm Explained in Bangla with Python| Recursive vs Iterative Functions with Examples
How to Use Debian on Android - Turn Your Phone Into a Computer | Bangla Tutorial #linuxonandroid
มุมมอง 110หลายเดือนก่อน
How to Use Debian on Android - Turn Your Phone Into a Computer | Bangla Tutorial #linuxonandroid
Binary Search Algorithm Tutorial in Bangla with Python| Step-by-Step Guide #binarysearch
มุมมอง 198หลายเดือนก่อน
Binary Search Algorithm Tutorial in Bangla with Python| Step-by-Step Guide #binarysearch
Bro Just Awesome. Ami whole video te tmr code er theke tmr conversation beshi enjoy korechi. Next video kobe diccho ??
অবশ্যই ১১ ডিসেম্বর এরপর নতুন ভিডিও পাবেন।
সত্যি অসাধারণ ❤🎉😊
তোমার ভিডিও আমার কাছে অনেক ভালো লেগেছে তবে যদি Apps লিংকটা দিয়ে দিতে তাহলে আরো ভালো হতো
Can I get your gmail address?
মাশা আল্লাহ অনেক সুন্দর সিরিজ
ami o sai
ভাই তোমাকে আরেকটু দক্ষ হতে হবে।
প্রো চ্যাট জি পি টি মাসে কত টাকা লাগে?
২৫০০
ফ্রি চ্যাট জি পি টি দিয়ে ইংরেজিতে কথা বলা যায় কি?
হ্যাঁ
Sms cara bola jabe ki?@@Kochu-Programmer
সব গুলো chart GPT কে দিয়ে লেখায়লে আর স্কুলে যাওয়ার দরকার নেই
thankyou
Welcome! Keep learning!
Chatgpt is my friend ❤
tumie parbe!!!!
তোমার কথা একদম সাকিব আল হাসানের মতো এতটা মিল কিভাবে?
Can share fully app and how to us.
❤
❤
❤
❤
Bhai full playlist chai
মোবাইলে হয় নি
playlist chai
Playlist আকারে এই ভিডিওটি দেওয়া হয়েছে। ডেসক্রিপশনে চেক করুন
আপনার বয়স কত ভাই? 😮
কোর্স টা অনেক ভালো ছিলো। 😊
অনেক ধন্যবাদ ভাই। বাংলায় পাইগেমের সম্পূর্ণ কোর্স দেবার জন্যে।
So beautiful
Icon is not showing, help please
import pygame # Initialize Pygame pygame.init() # Load the icon image icon = pygame.image.load('icon.png') # Replace 'icon.png' with your image file path # Set the icon pygame.display.set_icon(icon) # Create the window screen = pygame.display.set_mode((800, 600)) pygame.display.set_caption('Pygame Window with Icon') # Main loop running = True while running: for event in pygame.event.get(): if event.type == pygame.QUIT: running = False # Quit Pygame pygame.quit()
@Kochu-Programmer Thanks bro successfully worked. I hope you will make a full series of pygame in December for us Thanks again
vai tumi kun class a poro
ভাইয়া অনেক ধন্যবাদ।
Very Good, th-cam.com/channels/7WYWZ_ZykCyNN4aLd2RS_w.html
nice
Nice video
Voice a ktha ble kivabe chat gpa ar sathe?
Wonderful👍
❤❤❤❤
Congratulations ❤❤❤
Ami coding+programming dharona nei ata theke
Paid kore entry korte hbe ??
Standard version Free
Name ki vai apps ar @@Kochu-Programmer
chat GPT app is paid
Standard Version Free
@@Kochu-Programmer where the standard version
how can I download chat GPT standard version
আন্তরিকভাবে দুঃখিত, ব্যাকগ্রাউন্ড ইমেজের ভিডিওটি এই ভিডিওর আগে আপলোড করার কথা ছিল। ভুল করে, পরে আপলোড করা হয়েছে।😢
Keep going dude ❤❤❤
Hi there! I loved this tutorial. Is this app free or paid??
Both!
Nice bro continue ❤❤❤❤
Nice 👍🏿
Nice 👍 continue
How did you do mistake at speaking, discuss doses not take preposition about ,,,,,
Congratulation for 1k subscribe!
Thanks! Keep supporting!
Hello english epp onk valo ,conversation onk sundor.
Free?