Kochu Programmer
Kochu Programmer
  • 82
  • 110 554
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
มุมมอง: 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

ความคิดเห็น

  • @mubasshir3250
    @mubasshir3250 4 ชั่วโมงที่ผ่านมา

    Bro Just Awesome. Ami whole video te tmr code er theke tmr conversation beshi enjoy korechi. Next video kobe diccho ??

    • @Kochu-Programmer
      @Kochu-Programmer ชั่วโมงที่ผ่านมา

      অবশ্যই ১১ ডিসেম্বর এরপর নতুন ভিডিও পাবেন।

  • @cristianoronaldocr7unofficial
    @cristianoronaldocr7unofficial 18 ชั่วโมงที่ผ่านมา

    সত্যি অসাধারণ ❤🎉😊

  • @alorpothtv7117
    @alorpothtv7117 20 ชั่วโมงที่ผ่านมา

    তোমার ভিডিও আমার কাছে অনেক ভালো লেগেছে তবে যদি Apps লিংকটা দিয়ে দিতে তাহলে আরো ভালো হতো

  • @OppoA16-b4f1h
    @OppoA16-b4f1h 21 ชั่วโมงที่ผ่านมา

    Can I get your gmail address?

  • @Robi-hl9ik
    @Robi-hl9ik วันที่ผ่านมา

    মাশা আল্লাহ অনেক সুন্দর সিরিজ

  • @ArikTheGamer180
    @ArikTheGamer180 วันที่ผ่านมา

    ami o sai

  • @eshangoescrazy
    @eshangoescrazy 2 วันที่ผ่านมา

    ভাই তোমাকে আরেকটু দক্ষ হতে হবে।

  • @anowarhosen8117
    @anowarhosen8117 2 วันที่ผ่านมา

    প্রো চ্যাট জি পি টি মাসে কত টাকা লাগে?

  • @anowarhosen8117
    @anowarhosen8117 2 วันที่ผ่านมา

    ফ্রি চ্যাট জি পি টি দিয়ে ইংরেজিতে কথা বলা যায় কি?

  • @abdusalamarman9299
    @abdusalamarman9299 5 วันที่ผ่านมา

    সব গুলো chart GPT কে দিয়ে লেখায়লে আর স্কুলে যাওয়ার দরকার নেই

  • @FaisalAlibd
    @FaisalAlibd 5 วันที่ผ่านมา

    thankyou

  • @Supermiss-s24
    @Supermiss-s24 6 วันที่ผ่านมา

    Chatgpt is my friend ❤

  • @PoraLekha-n2d
    @PoraLekha-n2d 7 วันที่ผ่านมา

    tumie parbe!!!!

  • @mohammadabulkasem8563
    @mohammadabulkasem8563 9 วันที่ผ่านมา

    তোমার কথা একদম সাকিব আল হাসানের মতো এতটা মিল কিভাবে?

  • @w3LiveNews24
    @w3LiveNews24 9 วันที่ผ่านมา

    Can share fully app and how to us.

  • @Skull.com3
    @Skull.com3 10 วันที่ผ่านมา

  • @Skull.com3
    @Skull.com3 10 วันที่ผ่านมา

  • @Skull.com3
    @Skull.com3 10 วันที่ผ่านมา

  • @Skull.com3
    @Skull.com3 10 วันที่ผ่านมา

  • @SaimoonAhamood
    @SaimoonAhamood 10 วันที่ผ่านมา

    Bhai full playlist chai

  • @Rajib-hd8en
    @Rajib-hd8en 11 วันที่ผ่านมา

    মোবাইলে হয় নি

  • @SaimoonAhamood
    @SaimoonAhamood 12 วันที่ผ่านมา

    playlist chai

    • @Kochu-Programmer
      @Kochu-Programmer 12 วันที่ผ่านมา

      Playlist আকারে এই ভিডিওটি দেওয়া হয়েছে। ডেসক্রিপশনে চেক করুন

  • @muntahmahfuzsrestho.
    @muntahmahfuzsrestho. 13 วันที่ผ่านมา

    আপনার বয়স কত ভাই? 😮

  • @muntahmahfuzsrestho.
    @muntahmahfuzsrestho. 13 วันที่ผ่านมา

    কোর্স টা অনেক ভালো ছিলো। 😊

  • @muntahmahfuzsrestho.
    @muntahmahfuzsrestho. 13 วันที่ผ่านมา

    অনেক ধন্যবাদ ভাই। বাংলায় পাইগেমের সম্পূর্ণ কোর্স দেবার জন্যে।

  • @freedomvlog1486
    @freedomvlog1486 14 วันที่ผ่านมา

    So beautiful

  • @mst.aktarunnesa3256
    @mst.aktarunnesa3256 16 วันที่ผ่านมา

    Icon is not showing, help please

    • @Kochu-Programmer
      @Kochu-Programmer 15 วันที่ผ่านมา

      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()

    • @mst.aktarunnesa3256
      @mst.aktarunnesa3256 15 วันที่ผ่านมา

      @Kochu-Programmer Thanks bro successfully worked. I hope you will make a full series of pygame in December for us Thanks again

  • @sayemzoon5115
    @sayemzoon5115 16 วันที่ผ่านมา

    vai tumi kun class a poro

  • @TapanDas-l5y
    @TapanDas-l5y 16 วันที่ผ่านมา

    ভাইয়া অনেক ধন্যবাদ।

  • @MADRASAbd-y3g
    @MADRASAbd-y3g 16 วันที่ผ่านมา

    Very Good, th-cam.com/channels/7WYWZ_ZykCyNN4aLd2RS_w.html

  • @mahir8370
    @mahir8370 17 วันที่ผ่านมา

    nice

  • @safayathossen2532
    @safayathossen2532 18 วันที่ผ่านมา

    Nice video

  • @tasrinjahan2583
    @tasrinjahan2583 18 วันที่ผ่านมา

    Voice a ktha ble kivabe chat gpa ar sathe?

  • @PositiveMind2.00
    @PositiveMind2.00 18 วันที่ผ่านมา

    Wonderful👍

  • @Learn_with_Abdullah56
    @Learn_with_Abdullah56 19 วันที่ผ่านมา

    ❤❤❤❤

  • @md.mahferozkabir6446
    @md.mahferozkabir6446 20 วันที่ผ่านมา

    Congratulations ❤❤❤

  • @Cyber-71bd
    @Cyber-71bd 20 วันที่ผ่านมา

    Ami coding+programming dharona nei ata theke

  • @jannatulnaime-rt4qt
    @jannatulnaime-rt4qt 20 วันที่ผ่านมา

    Paid kore entry korte hbe ??

    • @Kochu-Programmer
      @Kochu-Programmer 20 วันที่ผ่านมา

      Standard version Free

    • @innovizetechnology
      @innovizetechnology 11 วันที่ผ่านมา

      Name ki vai apps ar ​@@Kochu-Programmer

  • @NasimaKhatun-x9s
    @NasimaKhatun-x9s 20 วันที่ผ่านมา

    chat GPT app is paid

    • @Kochu-Programmer
      @Kochu-Programmer 20 วันที่ผ่านมา

      Standard Version Free

    • @DinarHossain-p3r
      @DinarHossain-p3r 19 วันที่ผ่านมา

      ​@@Kochu-Programmer where the standard version

    • @NasimaKhatun-x9s
      @NasimaKhatun-x9s 17 วันที่ผ่านมา

      how can I download chat GPT standard version

  • @Kochu-Programmer
    @Kochu-Programmer 20 วันที่ผ่านมา

    আন্তরিকভাবে দুঃখিত, ব্যাকগ্রাউন্ড ইমেজের ভিডিওটি এই ভিডিওর আগে আপলোড করার কথা ছিল। ভুল করে, পরে আপলোড করা হয়েছে।😢

  • @ZesterAcademy-c7r
    @ZesterAcademy-c7r 20 วันที่ผ่านมา

    Keep going dude ❤❤❤

  • @sayemsstudio793
    @sayemsstudio793 21 วันที่ผ่านมา

    Hi there! I loved this tutorial. Is this app free or paid??

  • @Learn_with_Abdullah56
    @Learn_with_Abdullah56 22 วันที่ผ่านมา

    Nice bro continue ❤❤❤❤

  • @Star_edit.007
    @Star_edit.007 22 วันที่ผ่านมา

    Nice 👍🏿

  • @Learn_with_Abdullah56
    @Learn_with_Abdullah56 22 วันที่ผ่านมา

    Nice 👍 continue

  • @englisheffortless1678
    @englisheffortless1678 22 วันที่ผ่านมา

    How did you do mistake at speaking, discuss doses not take preposition about ,,,,,

  • @Star_edit.007
    @Star_edit.007 23 วันที่ผ่านมา

    Congratulation for 1k subscribe!

  • @FatemaJahan-y8n
    @FatemaJahan-y8n 23 วันที่ผ่านมา

    Hello english epp onk valo ,conversation onk sundor.