My Solution to Paul McWhorter's "Arduino with Python: LESSON 17" homework.

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 7

  • @wendygrant2735
    @wendygrant2735 2 ปีที่แล้ว +1

    Great solution. Very well done. I like the corridor-effect in your game.
    Thanks for sharing.

    • @ianneill9188
      @ianneill9188  2 ปีที่แล้ว

      I wanted something a bit more adventurous than a single box :-)

  • @adrianbrindley1925
    @adrianbrindley1925 2 ปีที่แล้ว +1

    Great to see your code developing so well and building/re-purposing on your previous "routines" 😀nice description of the string checksum bug & RcvBuffer issue - thanks for showing those points.

    • @ianneill9188
      @ianneill9188  2 ปีที่แล้ว +1

      It was interesting to find the buffer issue and the bug it exposed. Put in a bit of temp code using type() to discover the int/str issue. The buffer overrun took a cup of tea, while I waited to catch it. And then another cup while I proved the fix for it :-)

    • @adrianbrindley1925
      @adrianbrindley1925 2 ปีที่แล้ว

      @@ianneill9188 😀

  • @VeryUsMumblings
    @VeryUsMumblings 2 ปีที่แล้ว +1

    Very good and interesting multi-room game! I haven't seen some of the others solutions so I'm late getting around to it. Congrats on the solution!

    • @ianneill9188
      @ianneill9188  2 ปีที่แล้ว +1

      Thanks! I have learnt loads about python and Arduino while working on this. I hope you find it helpful too.