Tower Defence Tutorial in Pygame | Part 12 - Game Over Handling

Поделиться
HTML-код
  • Опубликовано: 28 июн 2023
  • In this Python tutorial I code tower defence game using the PyGame module. I'm going to improve the flow of the game by adding a game start button as well as game over handling.
    Code & assets on github: github.com/russs123/tower_def...
    Credits for assets used:
    Tileset: www.kenney.nl/assets/tower-de...
    Turrets: zintoki.itch.io/ground-shaker
    Heart: nicolemariet.itch.io/pixel-he...
    Coin: totuslotus.itch.io/pixel-coins

Комментарии • 6

  • @Ashen_0
    @Ashen_0 11 месяцев назад +3

    Hey, I stumbled upon your game development tutorials on RUclips, and I must say, they are fantastic! It's evident that you put a lot of effort and passion into creating these videos. Even though your audience may be small at the moment, please don't let that discourage you. Your tutorials are incredibly helpful, and I'm sure many aspiring game developers like myself greatly appreciate the knowledge and guidance you provide.

    • @CodingWithRuss
      @CodingWithRuss  11 месяцев назад +2

      Thanks so much! It's encouraging to know that the videos are helping others learn

  • @LeaStark63733484
    @LeaStark63733484 11 месяцев назад +1

    Really enjoying this playlist! Your explanations really make it easy to understand

  • @rezashir3873
    @rezashir3873 11 месяцев назад +1

    very well. I have ideas about making games. Can you remake sega game like sonic, sunrider etc with python. It's really interesting

    • @CodingWithRuss
      @CodingWithRuss  11 месяцев назад

      I'm sure you could remake those kinds of games with python and it doesn't have to be just pygame as there are other game libraries. Although it may be even easier to do this in a game engine like Unity