Python maze generator with path solution

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • Python maze generator program. this program is developed using Python 3.5 and Pygame.
    Maze generatior algorithm found at en.wikipedia.o...
    download code from Github: github.com/ton...

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

  • @yunhuaji3038
    @yunhuaji3038 5 лет назад +4

    Great video, thanks for sharing! btw, implement visited as a set() should be faster than a list since it is a hashmap. It is fine though as long as the speed is not the concern here. (it might be when you scale up the size of the maze)

  • @jimmybobbertjoseph4370
    @jimmybobbertjoseph4370 Год назад

    Hey! I have a few questions for you about this. I’m working on a project and I had some unusual questions about this maze generator that would greatly speed up the progress on the project. Is there a way I can DM or email you?

  • @Aeztor.
    @Aeztor. 8 месяцев назад +1

    What's the search algoritm for going back?

  • @dperezc88
    @dperezc88 3 года назад +1

    Do you know why when I run your code, the window only opens at the end of the animation and doesn't shows the maze being build, only the result at the end?

  • @siddharthsen4475
    @siddharthsen4475 5 лет назад

    Nice!

  • @ACertainMister
    @ACertainMister 6 лет назад

    dope

  • @siphosenkosisekila8412
    @siphosenkosisekila8412 Год назад

    where do I get the py game

  • @lava1494
    @lava1494 4 года назад

    4:47

  • @ethanbehringer9113
    @ethanbehringer9113 5 лет назад

    how would one speed the process up?

    • @koller8930
      @koller8930 5 лет назад +2

      There are time.sleep() funtions in the code to make it easier to understand.
      Simply set a # in front of it and it will finish in under five seconds

  • @Icy_Adel
    @Icy_Adel 4 года назад

    It's so hard

  • @anosema594
    @anosema594 4 года назад

    Hi,
    I would like to talk to you in private, is it possible to find you on Twitter or anything else ?