Java 2D Platformer Tutorial #2 - The Game Loop

Поділитися
Вставка
  • Опубліковано 8 лют 2014
  • Check out my new Kotlin tutorial series: • Video Hey guys! In this video we add the game loop and get some small graphics on the screen!
    Thank you for watching!

КОМЕНТАРІ • 14

  • @trabitboy
    @trabitboy 9 років тому +3

    Incredibly cool and didactic for students;
    15 min for a render loop is also insanely cool !

  • @lukeattard52
    @lukeattard52 10 років тому

    Can you upload the code for the game and gamepanel class please because they are not in the link you gave.
    Which books do you recommend that explain what you do in more detail ex. threads and that stuff because its kinda difficult to try to get it from a game programming tutorial.

    • @PatrickFeltes
      @PatrickFeltes  10 років тому +1

      Here's a good book: fivedots.coe.psu.ac.th/~ad/jg/
      The source code should be on my GitHub: www.github.com/pj6444

  • @raiderrx1438
    @raiderrx1438 5 років тому +1

    Yo, you still active to answer a question?

  • @MinecraftMovieMaker
    @MinecraftMovieMaker 7 років тому +1

    I know the very basics of Java. I don't know much about swing. I'm trying to follow and learn something just by typing everything out... Like :D

  • @octo8999
    @octo8999 8 років тому

    Source code please? Thanks

  • @TommyW24
    @TommyW24 9 років тому

    system.nano time has a error
    i put in: elapsed = System.nanoTime() = start;

    • @Smashton2000
      @Smashton2000 9 років тому

      its elapsed = System.nanoTime() - start;

    • @orangejuice7234
      @orangejuice7234 8 років тому +1

      Probably too late but no = start it needs to be "- start"

  • @theachromaticsoul543
    @theachromaticsoul543 9 років тому

    I get this was a while ago, but when making these slow down please. Thanks :P

  • @DeMoNzGeeKs
    @DeMoNzGeeKs 4 роки тому

    I have not a rectangle on my screen why ?

  • @TommyW24
    @TommyW24 9 років тому

    HELP me please