Companies Home Search Profile

Learn Python Game Development with Pygame and Pymunk

Focused View

Sachin Kafle

17:20:32

93 View
  • 1. Introduction.mp4
    00:50
  • 1. Download Visual Studio Code (Must for this course).mp4
    09:57
  • 2. Introduction to the data types.mp4
    02:07
  • 3. Basic Arithmetic in Python.mp4
    23:38
  • 4. Operations on Numbers.mp4
    13:50
  • 5. Introduction to Strings in Python.mp4
    05:17
  • 6. Access elements of String.mp4
    11:43
  • 7. Strings methods.mp4
    04:48
  • 8. More strings methods.mp4
    11:26
  • 9. Formatting strings.mp4
    13:26
  • 10. Introduction to the variables.mp4
    01:11
  • 11. Create Variables in Python.mp4
    11:02
  • 12. Proper way to name a variable.mp4
    12:49
  • 13. Introduction to Booleans in Python.mp4
    01:36
  • 14. Booleans as numeric.mp4
    07:57
  • 15. Learn to create conditions.mp4
    06:54
  • 16. Order comparisons.mp4
    08:18
  • 17. Code examples for Order Comparisons.mp4
    05:33
  • 18. is operator in Python.mp4
    02:59
  • 19. Logical statements.mp4
    22:43
  • 20. Introduction to conditional statements.mp4
    01:14
  • 21. if else statements.mp4
    11:40
  • 22. Introduction to Data Structures.mp4
    03:06
  • 23. Checking type of Data Structures.mp4
    09:40
  • 24. How to access the items from the list.mp4
    10:44
  • 25. Learn list built-in methods.mp4
    08:59
  • 26. List built-in methods continued!.mp4
    12:06
  • 27. Introduction to the loops in Python.mp4
    00:51
  • 28. Infinite while loop (Game Loop).mp4
    12:58
  • 29. Finite Game Loop.mp4
    06:09
  • 30. For loop.mp4
    16:07
  • 31. Important List Comprehension for Game Development.mp4
    17:39
  • 32. What is Function and Why we need it.mp4
    01:01
  • 33. Learn to create Functions.mp4
    12:52
  • 34. Learn about return statements.mp4
    09:32
  • 35. Learn about default arguments in Python.mp4
    11:00
  • 36. Introduction to the section.mp4
    03:52
  • 37. What is Object Oriented Programming.mp4
    04:44
  • 38. Class and Objects.mp4
    10:00
  • 39. Class and Objects Continued.mp4
    13:07
  • 40. Constructor in Python.mp4
    13:56
  • 41. What is Inheritance.mp4
    14:56
  • 42. Multiple Inheritance.mp4
    18:15
  • 1. Introduction to the pygame.mp4
    07:08
  • 2. Pygame coordinate System.mp4
    19:37
  • 3. Introduction to Pygame shape.mp4
    08:06
  • 4. Draw shapes using Pygame.mp4
    10:08
  • 5. Color Picker.mp4
    07:51
  • 6. Fundamentals of Pygame -- skeleton code.mp4
    13:05
  • 7. Render a rectangle in the Screen.mp4
    07:15
  • 8. Movement of the shapes.mp4
    08:29
  • 9. Smoothen the movement using FPS.mp4
    06:56
  • 10. Make movement within Boundary.mp4
    14:09
  • 11. Theory of Game Collision.mp4
    13:53
  • 12. Implement Collision Detection.mp4
    14:22
  • 1.1 pymunk tutorial 1.zip
  • 1. Introduction to Pymunk with Boilerplate code.mp4
    10:36
  • 2.1 pymunk tutorial 2.zip
  • 2. Pymunk space.mp4
    07:06
  • 3.1 pymunk tutorial 2.zip
  • 3. Create objects in pymunk space.mp4
    06:18
  • 4.1 pymunk tutorial 3.zip
  • 4. Adding Boundaries.mp4
    07:54
  • 5.1 pymunk tutorial 4.zip
  • 5. Applying impulse in pymunk objects.mp4
    07:31
  • 6.1 pymunk tutorial 5.zip
  • 6. Moving ball in particular direction.mp4
    11:59
  • 1. Distance between two points.mp4
    05:51
  • 2. What is a vector.mp4
    03:30
  • 3. Unit Vector.mp4
    05:57
  • 4.1 angry bird.zip
  • 4. Let us start Boilerplate code for angry bird.mp4
    09:38
  • 5.1 resources.zip
  • 5. Resources for the game.mp4
    04:27
  • 6. Tools.mp4
    05:27
  • 1.1 section 1.zip
  • 1. Loading map.mp4
    11:26
  • 2.1 section 1.zip
  • 2. Setup Background.mp4
    06:40
  • 3. Draw.mp4
    04:07
  • 4.1 section 1.zip
  • 4. Blit background image.mp4
    07:41
  • 1.1 section 2.zip
  • 1. Setup sling.mp4
    12:26
  • 2.1 section 2.zip
  • 2. Vector and Unit Vector.mp4
    06:57
  • 3.1 section 2.zip
  • 3. Handle sling.mp4
    07:33
  • 4.1 section 2.zip
  • 4. Draw sling rope.mp4
    12:11
  • 5.1 section 2.zip
  • 5. Manage rope length and stretch.mp4
    12:02
  • 6.1 section 2.zip
  • 6. Importance of Unit Vector.mp4
    04:47
  • 1.1 section 3.zip
  • 1. Bird class.mp4
    09:35
  • 2. Bird class Implementation.mp4
    06:10
  • 3. Red Bird class.mp4
    08:46
  • 4. Setup Birds.mp4
    13:39
  • 5. Draw Red Bird.mp4
    07:10
  • 6.1 section 3.zip
  • 6. Remove Bird.mp4
    06:27
  • 1.1 section 4.zip
  • 1. Physics class.mp4
    11:15
  • 2. Creating static ground.mp4
    04:00
  • 3. Physics Bird class.mp4
    09:31
  • 4. update.mp4
    10:06
  • 5. Update Bird path and Handle collision with Bird.mp4
    05:53
  • 6. Adding physics to bird.mp4
    09:21
  • 7. Moving Bird.mp4
    04:09
  • 8.1 section 4.zip
  • 8. Adding animation.mp4
    07:37
  • 1.1 section 5.zip
  • 1. Block class.mp4
    14:00
  • 2. Beam class.mp4
    11:42
  • 3. BeamGlass class.mp4
    16:22
  • 4. Adding physics to blocks.mp4
    08:51
  • 5. Physics for Polygon and Circle.mp4
    03:50
  • 6.1 section 5.zip
  • 6. Handle bird and block collisions.mp4
    09:37
  • 1.1 section 6.zip
  • 1. Pig class.mp4
    18:49
  • 2. Setup physics for pig.mp4
    13:32
  • 3. Add collision handler and remove pig.mp4
    11:52
  • 4. Handle pig collision.mp4
    09:31
  • 5.1 section 6.zip
  • 5. Test the game.mp4
    01:10
  • 1.1 section 7.zip
  • 1. Adding button class.mp4
    06:18
  • 2. Display button.mp4
    09:23
  • 1.1 section 8.zip
  • 1. Exploding.mp4
    03:28
  • 2. Adding physics for explosion.mp4
    05:30
  • 3. Add explosion.mp4
    04:09
  • 4. Check explosion.mp4
    08:20
  • 5. Adding score.mp4
    07:51
  • 6.1 section 8.zip
  • 6. Checking victory or loose state.mp4
    10:40
  • 1.1 section 10.zip
  • 1. Adding Yellow Bird.mp4
    09:44
  • 2. Adding Blue Bird.mp4
    17:29
  • 1.1 section 11.zip
  • 1. Add big pigs.mp4
    06:20
  • 2. Add Beamstone.mp4
    06:03
  • 3.1 section 11.zip
  • 3. Adding big bird.mp4
    06:47
  • Description


    Create Angry Bird game with Pygame and Pymunk Library.

    What You'll Learn?


    • Learn Python basics, and intermediate programming
    • Learn how to make best GUI games with Python
    • Learn python game development module
    • Learn pygame and pymunk
    • Learn to create 2D games using pygame
    • Learn advance concepts of pygame such as frame per second, collision detection etc

    Who is this for?


  • People interested in working in the game design industry.
  • Anyone who wants to learn Python Programming by making games
  • What You Need to Know?


  • Mac or PC with any OS (MacOSx, Linux, Windows) running
  • No programming experiences required
  • More details


    Description

    Welcome to the exciting world of Python game development! In our newly created course, we dive deep into the realm of creating captivating and immersive games using the power of Python programming. Whether you're a beginner with no prior coding experience or an experienced developer looking to expand your skillset, this course is designed to take you on an incredible journey of game creation.

    Python has gained immense popularity in the world of game development due to its simplicity, flexibility, and a wide range of powerful libraries and frameworks. Throughout this course, you will explore the fundamentals of Python and learn how to leverage its unique features to build interactive and visually stunning games.

    With our expert instructors guiding you every step of the way, you'll discover the secrets behind game design, character development, physics simulation, artificial intelligence, and much more. Each module is carefully crafted to provide you with hands-on experience, allowing you to create your own games from scratch while mastering core programming concepts.

    By the end of this course, you will have a solid foundation in Python game development and the confidence to unleash your creativity in building your own gaming projects. So, whether you aspire to be the next indie game developer or simply want to have fun bringing your ideas to life, join us on this thrilling adventure as we unlock the endless possibilities of Python game development. Get ready to level up your coding skills and let your imagination soar!

    This course is for you if you want to:

    - build the skills you need to get your first Python programming jobs/game developer jobs

    - learn basic to advance programming paradigm

    - get started with some domain of Python such as Machine Learning, Artificial Intelligence, Cryptography and so on

    - Learn as a self taught programmer who want to freelance

    …then you need a solid foundation in Python programming. And this course is designed to give you those core skills, fast.

    This course is aimed at complete beginners who have never programmed before, as well as existing programmers who want to increase their career options by learning Python.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------

    FAQ's|| Must Read before Enrolling:

    Is Python A Good First Programming Language To Learn?

    Even though it has not yet been adopted as a first language by many computer science programs, Python is widely seen by industry experts as a great first programming language when learning to code and its extensive use in SpaceX to automate and handle technologies to launch rockets, Instagram, Google to support their backends and Many companies to support and execute ML and Deep Learning Algorithms; Its undoubtedly No.1 Programming Language to learn.

    For starters, the syntax of Python is simpler than that of most other major programming languages, with fewer exceptions and special cases. It also tends to use plain English keywords in place of the system of punctuation that has to be memorized in other languages, making it easier to learn to code. Given these conventions, Python code tends to appear as less of a "jumble" to newcomers than it does in comparable languages.

    Another great feature of Python is the ubiquity of its use. While Python is optimized for development on Linux and Unix systems, interpreters are available for just about every major operating system. All implementations of Python are supported by an excellent standard library, which means that new students can very quickly move on to creating actual functional programs that are useful. Additionally, the standard implementation of Python, CPython, is free and open-source.

    What Type Of Jobs Are Available To Python Programmers?

    In the job market, if you observe the trends; Python is often looked like a strong language to support some primary language that is more broadly used like C or Java. But Lately, with the evolution of ML and Deep Learning Algorithms; it is highly demanded skill to have in 2020 and later. There are a variety of jobs that one can get focusing exclusively on Python development, however. Many of these jobs will be in building and improving the internal tools that a company uses to create its finished marketable products, rather than working on the finished product itself.

    One specific economic sector where the presence of Python programming is particularly strong is the geospatial industry. This is a critical industry that deals with navigational tools such as GPS, radar, and light measurements.

    If you're interested in web applications, Python is a better choice for development (working with the back-end or server-side) rather than design (creating the actually finished front-end that site visitors interact with). As mentioned previously, Google employed Python for many components of its search engine, and it is quite widely used in the data mining industry.

    Finally, Python can also be used for game development. Some famous examples of games developed either entirely or in large part with Python include EVE Online, Civilization IV, the Battlefield game series, and the Mount & Blade games. The popular development environment Blender is written in Python.

    Ready to get started, My PYTHON PROGRAMMER Friend?

    Enroll now using the “Add to Cart” button on the right, and get started on your way to creative, advanced Python brilliance. Or, take this course for a free spin using the preview feature, so you know you’re 100% certain this course is for you.

    See you in the class!

    Just give it a try, you won't regret!!

    Who this course is for:

    • People interested in working in the game design industry.
    • Anyone who wants to learn Python Programming by making games

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Sachin Kafle
    Sachin Kafle
    Instructor's Courses
    Sachin Kafle is a Python and Java developer, ethical hacker and social activist. His interest's lies in software development and integration practices in the areas of computation, quantitative fields of trade. His technological interests include Python, C, Java, C# programming. He has been involved in teaching since 2013.Sachin is a engineer of Computer Science (B.E. Computer Science). He is also an instructor on his previously made some geek Youtube channel. He has been giving free classes mostly for students who have not been able to pay for expensive classes in his country.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 115
    • duration 17:20:32
    • Release Date 2023/08/24