Companies Home Search Profile

Complete Pygame Tutorial - Create a Dungeon Crawler

Focused View

Coding With Russ

6:43:26

10 View
  • 1 - Introduction.mp4
    01:08
  • 2 - Project Setup.mp4
    01:16
  • 3 - Setting up the Game Loop.mp4
    07:30
  • 4 - Creating the Player.mp4
    07:40
  • 5 - Keyboard Input and Player Movement.mp4
    18:42
  • 6 - Sprites and Animation.mp4
    22:47
  • 7 - Adding Multiple Animation Types.mp4
    13:49
  • 8 - Additional Characters.mp4
    07:06
  • 9 - Adding a Bow.mp4
    13:12
  • 10 - Shooting Arrows.mp4
    27:14
  • 11 - Creating Enemies.mp4
    13:26
  • 12 - Damage Text.mp4
    15:01
  • 13 - Player Health Display.mp4
    14:00
  • 14 - Coins & Potions.mp4
    24:32
  • Exercise Files.zip
  • 15 - Introduction to Tilemaps.mp4
    25:24
  • 16 - Loading Data from Files.mp4
    12:58
  • 17 - Scrolling Camera.mp4
    26:39
  • 18 - Automated Level Generation.mp4
    29:01
  • 19 - Collision.mp4
    07:40
  • Exercise Files.zip
  • 20 - Building different stages of AI for the enemies.mp4
    29:06
  • 21 - Boss Enemy AI.mp4
    18:26
  • 22 - Working with Multiple Game Levels.mp4
    16:21
  • 23 - Screen Fade Effect.mp4
    12:53
  • 24 - Game Over Screen.mp4
    10:09
  • 25 - Buttons.mp4
    09:30
  • 26 - Game Menu.mp4
    09:51
  • 27 - Music and Sounds.mp4
    08:05
  • Description


    Learn how to create a full game in Python from scratch

    What You'll Learn?


    • Create a game loop and learn the fundamentals of the pygame module
    • Work with spritesheets to create various animations
    • Work with Classes using Object Oriented Programming
    • Create characters with AI
    • Use tilemaps to create various game levels
    • Add collision between the characters and the game level

    Who is this for?


  • Beginner Python developers who would like to learn game development
  • What You Need to Know?


  • Knowledge and familiarity with Python will be helpful
  • More details


    Description

    In this course you will learn how to use the very popular Pygame module by coding a dungeon crawler game completely from scratch. Since this is a Python module, we will also cover a lot of the fundamentals of Python in the process. This will include different types of loops, lists and even working with files on the computer.

    The course will cover the fundamentals such as the game loop, keyboard inputs and drawings shapes and images onto the screen. This will give an introduction to Pygame and a refresher of Python if you haven’t used it in a while.

    After that the course will move onto more advanced topics such as animation and level tilemaps.

    We will also tackle AI within this project, by gradually building up layers of intelligence for the enemies, starting with simpler logic, such as having the enemies always run towards the player, to more advanced logic, where the enemies need to see the player before they can chase him.

    The course includes a set of starter files to help you get the folder structure setup correctly from the beginning. Additionally, I have included my custom level editor so you can edit the levels and even create your own ones to add to the game.

    Who this course is for:

    • Beginner Python developers who would like to learn game development

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Coding With Russ
    Coding With Russ
    Instructor's Courses
    Hello, I'm Russ and I am a self taught programmer. I was introduced to coding in school and while I went on to study other things, programming has always remained an interest.I started making tutorials on my Youtube channel in 2020 and I found that I enjoyed teaching others and sharing knowledge. I try to make my courses clear and concise and focus on explaining different concepts and ideas before getting into the code.
    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 27
    • duration 6:43:26
    • Release Date 2024/05/04

    Courses related to Python

    Courses related to Python Game Development