Final Project Presentation for CS665 Software Design and Patterns at Boston University.

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • For this assignment, we were tasked with creating a program that utilized three of the design patterns we had studied during the semester. In this presentation, I show a spaceship combat simulator that utilizes the bridge, builder, and singleton patterns.
    Code is available at github.com/tli...
    I went a little overboard with the PowerPoint animations because I was having so much fun with them.

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

  • @slothpete7773issleeping
    @slothpete7773issleeping 17 дней назад +1

    Wish I had such creativity during my time in university. Awesome presentation!

  • @boyudai1550
    @boyudai1550 26 дней назад +4

    You PowerPoint look absolutely amazing

    • @Samort7
      @Samort7  25 дней назад

      Thank you for the compliment! 😊

  • @yashuabaryosef4413
    @yashuabaryosef4413 27 дней назад

    Nice presentation and implementation of the bridge and builder patterns.

  • @uuuuuu352
    @uuuuuu352 24 дня назад

    Builder should not own the thing that builds. It should know all the ingredients and build on demand.