How to Make a 2D Game in Java #1 - The Mechanism of 2D Games

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

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

  • @RyiSnow
    @RyiSnow  2 ปีที่แล้ว +212

    Thank you for the 50K views! Didn't expect so many people are still interested in developing games from scratch!
    (Nov 21, 2022)
    The Russian subtitles have been added. Someone who prefers to be anonymous kindly offered to work on this. Thank you so much! You're too kind.
    (Dec 12, 2022)
    The Swedish subtitles have been added by Bandicam Nick. Thank you so much!
    (Dec 28, 2022)
    The Spanish subtitles have been added by Sorcerian_Bootleg (twitter.com/DS5_Bootleg)! Thank you so much!
    (Dec 24, 2024)
    The German subtitles have been added by Kospingtan. Ich danke Ihnen vielmals!

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

      it's interesting

    • @Malenbolai
      @Malenbolai 2 ปีที่แล้ว +9

      why would I learn to use a game engine
      when I can learn to make the game engine

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

      Man these tutorials are the best!

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

      what is the name of this game?.is it on steam?

    • @judahrue6793
      @judahrue6793 ปีที่แล้ว

      I am just now starting a java class in college, so I'm hoping this series will help me learn quicker and learn to create games :) thanks!

  • @shawnulam4096
    @shawnulam4096 ปีที่แล้ว +351

    I have to say, I never comment. Just got my degree in Software Development and I've learned more from your tutorials than any class I took at college. Excellent tutorials with a lot of good information. Thank you

    • @RyiSnow
      @RyiSnow  ปีที่แล้ว +57

      Congratulations on your degree! I am very happy if my tutorials helped you. Thank you for letting me know! I hope you continue to enjoy programming :)

    • @zoiskiee28
      @zoiskiee28 9 หลายเดือนก่อน +6

      Yep, taking Software Development as well. Intro to Python and C so far, but a lot of that stuff I knew already. Haven't gotten my Associates yet, almost there though.

  • @koonn123
    @koonn123 11 หลายเดือนก่อน +32

    MY DUDE, First of ALL hello from Brazil, second YOU ARE AMAZING, thank you so much for sharing this HUGE amout of good info. may the algorithm gods forever recomend your videos

    • @turcorulez
      @turcorulez 8 หลายเดือนก่อน +2

      Está estudando Java irmão?

  • @mihirmalladi8494
    @mihirmalladi8494 2 ปีที่แล้ว +179

    He started this game a year ago and is still working on the game just for us! Thank you so much!

  • @jarrodmcevoy
    @jarrodmcevoy 3 ปีที่แล้ว +215

    The amount of effort you put into these videos is amazing!!! Definitely my favourite youtuber. Keep up the great tutorials please :)

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +13

      Thank you!

    • @sayvillegames
      @sayvillegames ปีที่แล้ว

      @@RyiSnow Can you please make a tutorial on how to code a sprite sheet class using java so that way I can use my images

  • @greenfractal
    @greenfractal 2 ปีที่แล้ว +53

    Thanks for this tutorial, it's excellent! Btw, if anyone here is getting an error adding the Dimension (like I did), remember you have to import java.awt.Dimension. Just thought I'd mention this since I wasn't paying close attention to that part of the video (looks like Eclipse suggested it automatically) and was confused at first. Leaving this here just in case anybody else is scrolling through the comments for an answer. XD

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

      maybe can you tell me what may be wrong when I try to run the code?
      it alway says: The selection cannot be launched, and there are no recent launches
      I don't know what I did wrong...

    • @memesterlizer7536
      @memesterlizer7536 ปีที่แล้ว

      Thanks alot bro

    • @munky-z1q
      @munky-z1q ปีที่แล้ว

      thank you so much for this comment, I was sitting here for the past 10 minutes trying to figure out how to fix it

  • @trexion3443
    @trexion3443 ปีที่แล้ว +67

    We must protect this man at all costs.

  • @bluestreak711
    @bluestreak711 2 ปีที่แล้ว +65

    RyiSnow!!! I am so glad to see you are still making tutorial videos! Not only were your tutorials for the text based adventure game in java simple and easy to follow, you spent a significant amount of time replying back to all my questions that I left in comments and helped me troubleshoot.
    I have taken a long break from Java and I was looking you up again because I wanted go over your text based adventure game tutorial again because I wanted to make a 2D game, but here you already have a tutorial for 2D game making!!!
    I just went over 52 of thenewboston's java tutorial videos to refresh myself with the basics again and now I am looking for a bit of application before I go over the rest.
    Would you recommend that I contain my excitement and refrain from your 2D game making series and first refresh myself with the text based adventure game or would it be okay to jump right in to your 2D game making series?
    P.S. I loved your reviews for Hiragana Battle, Katakana War and Kanji Combat that I also bought the series on steam though I have not played through much of the series as of yet.
    P.S.S
    I have not been on your channel for almost four years, so I am excited to go through your channel to see all the other new things you have added since then.
    P..S.S.S I am curious to see if I can recreate that glitch with the switch statement in the text adventure game that caused us both a headache. I am not sure if your remember, but before you demonstrated how to pull in methods from different classes, you put everything in a switch statement because you were saving the use of multiple classes for a later tutorial.
    Our code was exactly the same and I still was unable to run it at the time. I had to use a lot of if/else statements and it was messy. It also worked when I followed your later tutorials and separated everything into different classes, but I think it was the switch statement inside of a switch statement that did not want to work.

    • @RyiSnow
      @RyiSnow  2 ปีที่แล้ว +14

      Hi, welcome back, it's always great to see someone who was watching my older videos coming back. Also, thank you so much for your kind donation!
      About starting the 2D series, I think you're ready to jump into it. The mechanics are quite different from my text adventure game so you don't really need to refresh that tutorial. That said, the 2D tutorial is still meant for beginners and I've added as many as explanations I could so I don't think you will get lost. In any case, if there's something you don't understand, you can always leave a comment.
      Good luck!

    • @taimitops
      @taimitops 2 ปีที่แล้ว +6

      A true fan.

  • @SlothfulSage285
    @SlothfulSage285 2 ปีที่แล้ว +44

    This was one of the best tutorials I have ever done! I loved how informative you were! Thanks for making this series!

    • @الإسلامدينالحق-خ5ت
      @الإسلامدينالحق-خ5ت 2 ปีที่แล้ว

      My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life. th-cam.com/play/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B-.html th-cam.com/video/7d16CpWp-ok/w-d-xo.html

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

      Plz How did you draw the character, is there tutorial??

    • @netidk
      @netidk ปีที่แล้ว

      its later on in the playlist @@doraymon7067 you need to watch the whole thing to understand if your just starting

  • @iloveihop07
    @iloveihop07 2 ปีที่แล้ว +16

    I just found this series, excellent videos, and it's been exactly one year!
    I look forward to following along this series!

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

      Welcome!

  • @drstowaters
    @drstowaters 2 ปีที่แล้ว +8

    I left the game for 4 months on episode 12 and I've forgot everything! So I'm completely starting over again! The reason why I am starting over again is because you, RyiSnow you have probably the most straightforward toturials that actually works, thank you! The grind is on

  • @chinmayanand896
    @chinmayanand896 2 ปีที่แล้ว +14

    Hey, I have a request that please continue this series till end and do not stop this. because this series gave me motivation to start learning java and do things in it.
    I know i am going to learn a lot from this series. i am already a fullstack dev but using javascript not java. But finally i am going to start learning java from this series. I love making games i think. so now i am going to start.
    Thank you so much for your efforts.

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

    the tutorial is already 2 year old, glad it's still here. Also this is great start learning basic java for those beginners like us.

  • @programer6664
    @programer6664 2 ปีที่แล้ว +7

    After I saw the red background that I set I got very happy, at least I saw that something is working maybe now I can focus on programming and quit gaming because the past semester I am just copying my classmates work and not attending classes but when I see and try this tutorial then it worked, It got me very excited and motivated to continue, thank you very much brother keep up....
    -to someone who can relate in this comment like it I'm just curious if someone experienced it beside me.

  • @musictoze
    @musictoze 2 ปีที่แล้ว +9

    This is exactly the tutorial I was looking for! Thank you very much (And in addition it allows me to learn English :D)

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

      your english already sounds perfect xD

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

      @@EntificationALTWow I know x)

  • @michaelhall4795
    @michaelhall4795 ปีที่แล้ว

    Great work RyiSnow, Thanks for the tutorial.

    • @RyiSnow
      @RyiSnow  ปีที่แล้ว

      You're very welcome and thank you so much for the donation!!

  • @Viro102
    @Viro102 3 ปีที่แล้ว +5

    Wow the production quality is awesome keep up the good work!! this is amazing

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

    First, i love the way you explain, so calm. And, another observation, i love your accent, is so easy to understand because i'm a non native english. Thank you so much!

  • @emmanuelomach4596
    @emmanuelomach4596 3 ปีที่แล้ว +4

    I am eagerly waiting for more, can't wait! So exciting

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +1

      Glad to hear that! Editing the part 2 now :)

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

    hey, I just wanted to let you know that you're amazing! I just started to make the game,and I have great progress with it! Thank you!

  • @Leo-rf5bn
    @Leo-rf5bn 2 ปีที่แล้ว +8

    This Channel is AWESOME!!!

  • @MrRybizzle
    @MrRybizzle 6 หลายเดือนก่อน +1

    Hey, i know you get this a lot but really thanks, thank you for making these videos as they really did help me. I've always wanted to be a programmer and I have been trying to be one. I've pretty much tried every single engine and tried a bunch of coding languages and I have listened to way to many teachers but yours is so different from the others, you are actually spending time and explaining stuff, most don't do this and just skip over it. so really thanks. you earned yourself a subscriber!

  • @JZSNooB
    @JZSNooB 3 ปีที่แล้ว +6

    Awesome, can't wait to see how this series goes!

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +2

      Stay tuned! I think it's gonna be the longest tutorial series on my channel lol

  • @christophereberhart7487
    @christophereberhart7487 ปีที่แล้ว +14

    This tutorial is really useful, thanks so much for explaining these concepts in a simplified way!

    • @Sirbozo
      @Sirbozo 6 หลายเดือนก่อน

      e

  • @AA-de6gp
    @AA-de6gp 4 หลายเดือนก่อน +1

    I cannot tell you how helpful this has been in my game design course, thank you!

    • @solothahir2583
      @solothahir2583 3 หลายเดือนก่อน

      Where he is creating nd executing ? Bro explai website name

  • @shresthpratap4208
    @shresthpratap4208 3 ปีที่แล้ว +5

    Bro thank you for this series its really amazing, I am eagerly waiting for the second episode !

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +1

      Glad you liked it!

    • @الإسلامدينالحق-خ5ت
      @الإسلامدينالحق-خ5ت 2 ปีที่แล้ว

      My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life. th-cam.com/play/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B-.html th-cam.com/video/7d16CpWp-ok/w-d-xo.html

  • @jumper-w124
    @jumper-w124 2 ปีที่แล้ว +6

    this is really enough for me. i read one java book but it's outdated though i could learn some useful techniques through it but it was slow, its 1000 pages long.
    this is just a gifted playlist, thank you.

  • @Greennoob2
    @Greennoob2 3 ปีที่แล้ว +5

    This is really great. I'm tempted to start following along

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +1

      Please come along :D

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

    Hey thank you soooo much for this tutorial.
    I had Java in one of my lectures, but we never actually learned how to make a game and stuff, just the basics like objects and lists which was kinda boring, since I never learned the practical purpose of it all. I'm so happy you made this tutorial, so I can actually use my knowledge to learn something practical and fun now. Thanks for providing such great resources for freee :)

  • @WhiteyInJapan
    @WhiteyInJapan 2 ปีที่แล้ว +3

    I just discovered your channel . Great work.
    I cant wait to do this

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

    One of the best tutorial for beginners out there. Lots of Love and Respect from Nepal..

  • @anneyshas
    @anneyshas ปีที่แล้ว

    Your teaching style is highly engaging. I have never enjoyed making games, but now I want to try again. Thank you!!!!

    • @RyiSnow
      @RyiSnow  ปีที่แล้ว

      Glad to hear that. Hope you enjoy the series :)

  • @ViciousCruzan
    @ViciousCruzan 3 ปีที่แล้ว +4

    Thank you so much for making these tutorials. Your videos have helped me get a lot better at creating games.

  • @loetgurke
    @loetgurke 3 ปีที่แล้ว +2

    I have basic knowledge in java i learned in school, but this is the non plus ultra :) keep your good mood

  • @cedricsahaghian1605
    @cedricsahaghian1605 ปีที่แล้ว

    I don't usually comment but I'm gonna put a thank you message on each and every videos you made for this long and excellent tutorial. Thank you so much for taking the time to do these videos, you're a great teacher!

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

    just started learning java and this is helping me learn thx

  • @elguerojusticiero
    @elguerojusticiero 9 หลายเดือนก่อน

    amazing english man. im learning too and can read and write ok but speaking it is much harder and listening to you motivates me to keep working at it

  • @Dekishi
    @Dekishi ปีที่แล้ว

    I'm very happy that people like you exist.
    wish you well in the future man stay safe

  • @brinklebros7136
    @brinklebros7136 ปีที่แล้ว

    your a very passionate person about computer science and seem like you have lots of experience. your videos make me happy and I learn so much thank you!

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

    日本語字幕も付いていて、分かりやすかったです!

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

    Can't wait to start this project. Thanks so much for this tutorial

  • @kanbei6969
    @kanbei6969 หลายเดือนก่อน

    A genuinely good tutorial, I leant so much from this tutorial, far more than what my teacher taught us.
    I was able to get highest grade in my class on my project because of this!

  • @jamesschraffl6820
    @jamesschraffl6820 3 ปีที่แล้ว +3

    Yes new tutorial!!! So excited

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว

      Sorry for the wait!

    • @jamesschraffl6820
      @jamesschraffl6820 3 ปีที่แล้ว

      @@RyiSnow its always worth the wait!

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

    i was looking for a custom font integration and i got here for no reason, i watched the content of your channel to see what you offer and i automatically subbed to your channel.
    Thanks for speaking slowly be cause i'm non english, and thanks for the content that you released, i'm gonna view all of your vids !

  • @nestor-162
    @nestor-162 5 หลายเดือนก่อน +1

    Thanks for these amazing video tutorials, I will start the course today

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

    Thank you so much! You really woke my interest in retro game and game development up!
    Keep up the good work!

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

    With all the AI that is replacing jobs and careers all around the world... folks should be glued to your TH-cam Java courses verses, sitting around watching Mr.Beast! You are a VERY power instructor! I have come a VERY long way understanding Java and computer programming, all by-doing, making something. I have broke many code bits... spent days solving my own bugs problems I created... there are these stacks of wondeful moments, when I figure them out LOL! Stack OverFlow only does so much... but code is like poetry... writing line by line. Very relaxing! I think I'm enjoying the journey of making a game - more than playing them! THANK YOU for making these videos!

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

      You're very welcome. I agree. Playing games is fun but making them by yourself is even more interesting :D

  • @amber._.rose333
    @amber._.rose333 ปีที่แล้ว

    heyy, I really liked the first video, and will continue watching them! Thank you for the great work!

  • @franciscotorresreyes3528
    @franciscotorresreyes3528 7 หลายเดือนก่อน

    You are the man, sir! Thank you much for all the time and effort you put on this series!

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

    Beautiful tutorial, well done and full of explanations. Although I program in C++ and I'm learning how to create a 2D video game using SDL2 and C++ in the Visual Studio C++ 2022 community, I will closely follow yours, because complete and then learned the techniques I will bring it to C++.

  • @imago6229
    @imago6229 10 หลายเดือนก่อน

    The best tutorial ever uploaded on TH-cam.

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

    Congratulations, it has been 1 year since you started this tutorial. I hope to see more of this, I happened to come across it today. Thank you.

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

      Can't believe it's already been a year. Time surely flies by! Thank you for stopping by and hope you will enjoy the series.

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

    Making a group project for college and I'm going to follow this guide. thanks for making this :)

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

    i m glad to find this playlist now i will learn easily with your help making 2d games

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

    Please, someone give this man an oscar for making those series on Java ☕️ You rock!

  • @abikyoukan2
    @abikyoukan2 ปีที่แล้ว

    日本語を勉強してる外国人です。最近java始めたのでprojectしようかなと思ってこのチュートリアル見つけました。英語すごく上手ですね!知識ありがとうございます。ゲームやってみたいと思います。うぽつです

    • @RyiSnow
      @RyiSnow  ปีที่แล้ว

      ありがとう!

  • @artebotastic8846
    @artebotastic8846 3 ปีที่แล้ว +2

    You just earned a new subscriber!

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

    this is the best tutorial I've ever experienced! Thank you so much!

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

    Thank you so much, you explain so clearly and slow for learners like me which have a bad brain functionality. I already learn a lot ♥

  • @janstefangehrmann1139
    @janstefangehrmann1139 ปีที่แล้ว

    Oh I like this. It is very interesting to me, to see someone coding a game from scratch :)

  • @riceomu2135
    @riceomu2135 ปีที่แล้ว

    日本語によるyoutube上のゲーム教材が少ないため助かりました。しっかり勉強します!
    I am pleasure to this video because It's a little bit of created educational Java's video with Japanese. You have completed nice job!

  • @almusknowsbetter7547
    @almusknowsbetter7547 ปีที่แล้ว

    You just got a new subscriber! Thank you for sharing your knowledge!

  • @StannyObelisk
    @StannyObelisk 3 ปีที่แล้ว

    You are a king amongst men, thank you so much for this series :)

    • @الإسلامدينالحق-خ5ت
      @الإسلامدينالحق-خ5ت 2 ปีที่แล้ว

      My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life. th-cam.com/play/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B-.html th-cam.com/video/7d16CpWp-ok/w-d-xo.html

  • @dimastorres8530
    @dimastorres8530 ปีที่แล้ว

    I have a PhD in chemistry and humbly call you a genius. Thank you for your work!

  • @Bashi_boi
    @Bashi_boi 8 หลายเดือนก่อน +1

    I've watched 1 episode and i know this is gonna be good

  • @NikitaBomba112
    @NikitaBomba112 2 ปีที่แล้ว +3

    Thanks you for this video!

  • @Nocturnal_Spectre
    @Nocturnal_Spectre 10 หลายเดือนก่อน

    Thank you so much for sharing and teaching this project, I look forward to completing it!

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

    Im very excited to make my first 2D Game with RyiSnow. Thanks bro for making this tutorial for beginners like us.

  • @ikegg
    @ikegg ปีที่แล้ว

    I love your tutorials. Keep it up!

  • @neotericfossil
    @neotericfossil หลายเดือนก่อน

    Thanks for sharing your knowledge. Great video.

  • @zixvirzjghamn737
    @zixvirzjghamn737 9 หลายเดือนก่อน

    Thank you for making this video, I know how java works, and how to make a 2d game in javascript, and this provides enough information on how to make a basic gameloop, though I may also view the next 3 videos if I get confused

  • @somecuber1228
    @somecuber1228 3 ปีที่แล้ว

    very well explained and a great video, excited to follow up on the other videos

  • @devoiddude
    @devoiddude 3 ปีที่แล้ว

    Thank you so much for this, very helpful as always, please keep the videos coming, they are amazing.

    • @RyiSnow
      @RyiSnow  3 ปีที่แล้ว +1

      A lot are coming :P

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

    omg, such a good tutorial. I came from the language Python. Clear and easy to follow along tutorial; keep it up :)

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

    thank you so so so much!! i´m learning java since a month ago and watching for projects to do. This is amazing! I´m working with netbeans

  • @Khey1
    @Khey1 11 หลายเดือนก่อน

    Hi! im from emxico so my english is not the best.. but, its incredible how much effort you put in this, you helped a lot of people, thank you for that

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

    Keep it up dude, love your work :)

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

    First Thanks man for this tutorial it is really helpful to begin in java 2D Game Dev. Second, I recommend to learn JFrame before this tutorial it will be better for comprehension

  • @SquirrelCool-o1z
    @SquirrelCool-o1z หลายเดือนก่อน +1

    If your code isn t working you should try to restart the app(close it and open it again). It worked for me.

  • @mehmetkeskin8118
    @mehmetkeskin8118 11 หลายเดือนก่อน

    this is the most helpfull vidoe that I have ever watched. THANK YOU.

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

    Idk if I've ever seen so many positive comments lol haven't watched the whole video yet but thank you for this !

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

    Thanks, I start to learne Java, and your videos helps a lot.

    • @الإسلامدينالحق-خ5ت
      @الإسلامدينالحق-خ5ت 2 ปีที่แล้ว

      My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life. th-cam.com/play/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B-.html th-cam.com/video/7d16CpWp-ok/w-d-xo.html

  • @user-yn7jg5to3u
    @user-yn7jg5to3u 8 หลายเดือนก่อน

    This is really cool! Thanks soo much RyiSnow!

  • @AleksanderKołodziejczak
    @AleksanderKołodziejczak 3 หลายเดือนก่อน

    THANK YOU FOR ALL YOUR WORK. I WILL WATHCH EVERY SINGLE ONE OF YOUR VIDEOS

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

    Really Great Tutorial Helped me a lot!

  • @_thiago_vieira_
    @_thiago_vieira_ 10 หลายเดือนก่อน

    Very interesting until now, in these few seconds I learned a lot of interesting things! I will keep developing.

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

    I love your channel it explains much more than other ones 😍

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

    Tutorial is very helpful, thank you!

  • @wyrmgard8917
    @wyrmgard8917 3 ปีที่แล้ว

    Love your tutorials. Youre the best!

  • @maxfrischdev
    @maxfrischdev 2 ปีที่แล้ว +4

    First of all, thank you for making and sharing this great series, as a Java-seito I GREATLY appreciate it! 🤘🏻🤗
    Looking forward to learn a lot from it and combine the joy of learning programming, creating something and.. our good old friend.. feed the gaming addiction 🤣

    • @الإسلامدينالحق-خ5ت
      @الإسلامدينالحق-خ5ت 2 ปีที่แล้ว

      My friends, search for your life purpose, why are we here?? I advise you to watch this series and this video 👇 as a beginning to know the purpose of your existence in this life. th-cam.com/play/PLPqH38Ki1fy3EB-8xmShVqpbQw99Do2B-.html th-cam.com/video/7d16CpWp-ok/w-d-xo.html

  • @TheRealCreeper02
    @TheRealCreeper02 5 หลายเดือนก่อน

    amigo, estuve buscando un tutorial de como hacer juegos en java y los que encontraba, o estaban super desactualizados o eran super complejos, al fin encontre el canal ideal para aprender a programar juegos en java, en serio gracias.

  • @anonymous-3695
    @anonymous-3695 2 ปีที่แล้ว

    You are amazing and you explain so clearly, thank you :)

  • @كمشكي
    @كمشكي ปีที่แล้ว

    I learned java and I have been looking for a vid since 1y! Thanks Allah that I found your video because I almost forgot the language and lose the passion to develop a game

  • @kejeszankejeszan4071
    @kejeszankejeszan4071 3 ปีที่แล้ว +2

    Great. waiting for more

  • @kamisama1712
    @kamisama1712 5 หลายเดือนก่อน

    back again! going to do this tutorial again

  • @Hassan-lv9di
    @Hassan-lv9di 10 หลายเดือนก่อน

    AND LET'S BEGIN THIS ADVENTURE! THANK YOU !!!

  • @kuindios5477
    @kuindios5477 ปีที่แล้ว

    Saludos desde Venezuela. realmente he aprendido bastante mirando tus tutoriales. aunque esten en ingles.

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

    Thank you very much, creating a game is very exciting!

  • @untyoowan
    @untyoowan 3 ปีที่แล้ว +4

    2000 views LETS FKING GOO MAN GOOD JOB

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

    Very nice tutorial!! i'm using Windows Builder in eclipse to create my first game.