Java TDD: Snake Game

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

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

  • @АлександрБугримов-о1е

    Спасибо большое! Очень понравилось видео. Надеюсь, что вскоре появятся видео в таком же формате.

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

    I appreciate that you don't follow an extreme discipline of TDD. You still use critical thought to save yourself time while benefiting from TDD. Thank you!

  • @SourabhBhat
    @SourabhBhat 7 лет назад +1

    Awesome. Thanks!!

  • @wellingtondelimasoares8222
    @wellingtondelimasoares8222 7 лет назад +1

    thank you best programmer

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

    I need some help at 50:50

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

      The GameScene class does not have a getGraphicsContent method. Sorry, I meant 50:00

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

      Hi, you might be using a different FXGL version than the one in the video

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

      You are right. I am using the most recent version 0.5.4. In the video you are using 0.3.8.Also, i tried to use java10 which didn't work. Thank you

  • @jordisuarez8935
    @jordisuarez8935 7 лет назад

    It must be me because assertThat(cerainly,is(not(working for me)))

    • @kenlovestoplay1327
      @kenlovestoplay1327 6 лет назад +1

      just hover your mouse in the connotation @Test and add the JUnit library

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

    Hello sir,
    I am noob. How can I port java game to .apk.. plzzz help sir..

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

      The way I see it you want to take the logic of the game and make an android app. First if you plan to encapsulate the app logic portin will not be difficult as Android runs on java so everithing should run fine. As for the Android side you still need to code all activities and app behaviour and also implement the logic... Hipe this helps. Cheers