A New Beginning - Episode #01 - Java Game Development Tutorial

Hey everyone! Here is the first episode of a platformer tutorial. We will learn how to make a game in java and some things we will cover are: - GameWindow - Gameloop - Inputs - Animations - Line of Sight - Enemies - Collisions - Event handling - Rendering and much more. Don’t forget to subscribe and like the video. If there is anything that’s unclear, post a comment or join us on discord and ask it there. If you like to support me you can find the link to that further down this description. Hope you enjoy this episode and good luck! Timestamps 00:00 Intro 00:41 What is a Platformer game? 01:01 Who is this for? 01:55 What will you need? 03:57 Why Java? 04:31 What will we learn? 04:57 Where can i find the code and assets? 05:16 Will it cost anything? 05:30 Our first project 06:46 What will will do today 08:03 First Class 09:58 Game Class 12:03 Window Class, JFrame 16:34 Making sure we avoid a bug 17:05 GamePanel class, JPanel 18:49 paintComponent and Graphics explained 20:21 (g) explained 22:21 Our first drawing 23:37 Putting the panel inside the frame 25:16 Its Working! 25:56 To Summarize 26:27 Outro with links *** LINKS *** Support me at - Website - gitHub - Discord - Twitter - Install Eclipse and JDK timestamp - Eclipse - JDK - KhanAcademy - #java #gamedev #platformer
Back to Top