Java Programming: Let's Build a Zombie Game #1

  Рет қаралды 63,588

RealTutsGML

RealTutsGML

Күн бұрын

Find Source Code and Courses www.codingmade...
in this tutorial we're creating the back end of our zombie game. This episode includes creating our game window and starting our render and tick methods.
Java Beginner eBook ► www.codingmade...
Twitter ► / realtutsgml
Google+ ► www.google.com/...
Get the game loop here ► www.mediafire.c...
Have fun learning!
• Java Programming: Let'...

Пікірлер: 80
@tilko888
@tilko888 6 жыл бұрын
Looking forward to this one Zack. Hope you can show us something more. That hasn't been done in you Wave game series for example. How to make a fun screen game with no window buttons and how to scale everything properly would be really nice. I like your let's build a game serieses.
@666grimface
@666grimface 6 жыл бұрын
This really helps to keep you motivated while learning all the inner workings of programming. Sometimes you can get bogged down with all the different topics and you just need to escape and create something you love to keep motivated. Thank you sir, much appreciated for the cool tutorials.
@sathvikmalla0517
@sathvikmalla0517 3 жыл бұрын
for some reason, even though my code is the exact same as yours, it is not able to show a black screen
@leighryanestandarte6895
@leighryanestandarte6895 3 жыл бұрын
what program or software are you using while making games?
@codydelagardelle4071
@codydelagardelle4071 6 жыл бұрын
Can you add in Multiplayer?
@yadsarwat6325
@yadsarwat6325 5 жыл бұрын
You sir are a legend, and I am a programmer myself! Salute to you. I programmed buttons and tables(short story I program database and mySQL for marketing and other fields that concern data) but never got the chance to learn how to animate my jframe in a professional way. Thanks to you I did learned so. Kind regards
@TahaCodes
@TahaCodes 2 жыл бұрын
Hey, thnxxx for the great tutorial. Can you drop the link to the source code? I was following your steps but sth aint working in my code. Just wanna check with the source.
@ErnienatorLego
@ErnienatorLego 6 жыл бұрын
Buddy your are awesome. I just finished my school and I am looking foreward to study IT. My plan is to learn the basics of java and more until my study begins. And you are helping me alot. Thank you
@cjgs1000
@cjgs1000 4 жыл бұрын
There is an error in the Media fire code! Line 8 says public void run() { while(running){ ...... This needs to be while(isRunning){ ...... because thats what the boolean is named.
@TuyetNguyen-lj6mh
@TuyetNguyen-lj6mh 9 ай бұрын
Thank you for the tutorials! I was wondering if you could organize the classes into architectural layers, such as ECS or any appropriate architecture for game development?
@animegaming7116
@animegaming7116 7 ай бұрын
at 12 min were do i go to copy the code
@wherearethegnomes
@wherearethegnomes 4 жыл бұрын
RealTutsGML: Codes for 15 minutes Also RealTutsGML: We opened a window..
@austons.f1858
@austons.f1858 3 жыл бұрын
its really helpfull for schooling kids !
@katarinazivkovic3102
@katarinazivkovic3102 5 жыл бұрын
Hey, does anyone know what happened to this channel and the website? I was really looking forward to seeing the courses but the website is disabled :(
@Agate.
@Agate. 6 жыл бұрын
Will this cover saving data after the window is closed?
@anders8638
@anders8638 5 жыл бұрын
Can you show us how to set a picture as background instead of color? :)
@zachyoung2002
@zachyoung2002 5 жыл бұрын
I have your exact code, and no window still pops up. There's no error messages or warnings and I've been having trouble with other game tutorials or any that have to do with windows. Using GLFW, LWJGL, and this I all have the same problem. The window simply won't show up. It terminates right away and I'm very confused. This code runs on my windows PC perfectly, but on my Mac Mojave, it can't seem to open the window. Any ideas?
@NepNepYT
@NepNepYT 3 жыл бұрын
15:30 i typed in the code but "lastTime" on lines 51 and 52 have red underlines. never mind. thanks to the suggestions i managed to fix it:)
@nkunimsarkodee4662
@nkunimsarkodee4662 4 жыл бұрын
please @RealTutsGML, I am getting this error "Error: Could not find or load main class com.Nkunim.Main". basically, java cannot find my main class but it's right there what sould I do?
@marcitakacs6906
@marcitakacs6906 4 жыл бұрын
Isn't it important to keep the @Override program in your program? 4:27
@alecfrench5997
@alecfrench5997 4 жыл бұрын
Only if you're trying to back port the game to an earlier Java Version, Java 8+ you don't need it to work
@later251
@later251 6 жыл бұрын
The continuation is dead?
@xaviertrex9410
@xaviertrex9410 5 жыл бұрын
Hey tuts!, I have a very important question. I am a really intrigued in java game development and I really enjoy your videos. Can you please make a big series on OpenGL 3D game Engine development? And then can you make a FPS game using that 3D game engine? Please.
@matthewchansavage3699
@matthewchansavage3699 6 жыл бұрын
I have a question - why did you invoke the stop() method in the game loop? When I added it, everything stopped working.
@TopPodClips
@TopPodClips 6 жыл бұрын
I am so hype for this :))
@raminote5726
@raminote5726 6 жыл бұрын
me toooo omg !
@lonleyicecream
@lonleyicecream 6 жыл бұрын
How much java i need to know before i can bulid this game.
@RedFlyer44
@RedFlyer44 6 жыл бұрын
Great vid looking forward to more!
@moaiadalsultan8050
@moaiadalsultan8050 6 жыл бұрын
Is this code also friendly with a IntelliJ beginner Users
@lonleyicecream
@lonleyicecream 6 жыл бұрын
Shit shit, i have been waiting for my hole life for this.
@ahmadhajoj1125
@ahmadhajoj1125 5 жыл бұрын
Whats the hell is thread i dont understand what thread does
@bradleydehaven5184
@bradleydehaven5184 4 жыл бұрын
My output window's height is so small and skinny for some reason. The width is fine, but I can't find out what's wrong with the height
@bradleydehaven5184
@bradleydehaven5184 4 жыл бұрын
figured it out with one of your previous videos HEIGHT = WIDTH / 12 * 9;
@samdamantutorials47
@samdamantutorials47 5 жыл бұрын
I have an idea tutorial on how to make a minecraft clone
@Agate.
@Agate. 6 жыл бұрын
Awesome!
@AJ-jj1gs
@AJ-jj1gs 3 жыл бұрын
Glad you're using eclipse
@syednadeemmuhammed5675
@syednadeemmuhammed5675 6 жыл бұрын
Great tutorial! Glad to follow your videos. Keep it up!
@GameFlife
@GameFlife 4 жыл бұрын
Oh lord aghhhh
@moxeingames1714
@moxeingames1714 3 жыл бұрын
why?
@steliostb3120
@steliostb3120 5 жыл бұрын
For some reason 2 Windows are being drawn
@Shadowsphere1
@Shadowsphere1 6 жыл бұрын
Think I'll wait until I actually learn about those different classes you're importing. I know what buffers and crap are, but for the purpose of Java coding, never used them before and I'd rather not sit here looking at code without first understanding the background of the classes being used.
@Shadowsphere1
@Shadowsphere1 6 жыл бұрын
And with that, I'd also rather learn about them in a structured order that way I don't jump into learning something that requires learning other things beforehand unprepared. For instance, I'm as far as interfaces in terms of structured curriculum learning, so buffer classes and methods are probably far enough away in terms of required prerequisites.
@interestingthings8598
@interestingthings8598 6 жыл бұрын
Photon Wolfsky makes sense
@animegaming7116
@animegaming7116 7 ай бұрын
you learn yet
@thed3mondev487
@thed3mondev487 6 жыл бұрын
Why don't you use lwjgl?
@mastergamemakermasterscrco3055
@mastergamemakermasterscrco3055 5 жыл бұрын
you type fast but ill still watch
@jollyvoqar195
@jollyvoqar195 2 жыл бұрын
Thanks for this series.
@Przemekcyklop123
@Przemekcyklop123 6 жыл бұрын
Where is the dark theme? :< R.I.P my eyes
@cryptochuti7717
@cryptochuti7717 6 жыл бұрын
right XD
@cjgs1000
@cjgs1000 4 жыл бұрын
why do you type public static void main(String args[]) I am still new. I thought the syntax was public static void main(String[] args)
@joanarceta28joanarcetaa30
@joanarceta28joanarcetaa30 4 жыл бұрын
;
@JohnClasher
@JohnClasher 4 жыл бұрын
I Think it doesnt matter. Ist equal to the other Method. So its the same
@waferbarr
@waferbarr 4 жыл бұрын
It’s the same
@mastergamemakermasterscrco3055
@mastergamemakermasterscrco3055 5 жыл бұрын
i cant find the scr
@Ihavetoreturnsomevideotapes
@Ihavetoreturnsomevideotapes 3 жыл бұрын
Bro the playlist is a bit messed up
@richardjohnson7685
@richardjohnson7685 5 жыл бұрын
The whole 9 yards
@jimmysale417
@jimmysale417 5 жыл бұрын
thanks
@gordian190spiral3
@gordian190spiral3 5 жыл бұрын
My window is just blank, I followed every line of code, but it won't change color
@nonamer2744
@nonamer2744 5 жыл бұрын
Probably you forgot to call render method in your game loop
@nonamer2744
@nonamer2744 5 жыл бұрын
@Trevor Jess can I see your main method?
@MrSkullis
@MrSkullis 3 жыл бұрын
in the window tab you needed to put in frame.add(game); I also was missing a bunch of other stuff but this is what fixed it for me after searching the issue up elsewhere
@sasankthapa8493
@sasankthapa8493 6 жыл бұрын
Woot Woot! can't wait for this.
@balbiranjaysonb.6078
@balbiranjaysonb.6078 6 жыл бұрын
Source code in the link its not working
@bogkbogk6610
@bogkbogk6610 6 жыл бұрын
Yes it isen’t couplet, just test for the digresses in the vid
@fahdv2597
@fahdv2597 6 жыл бұрын
Dont you think you should use an external opengl based library like lwjgl or libgdx for example?
@fahdv2597
@fahdv2597 6 жыл бұрын
He wants to add a lot of stuff into his game(zombie AI, level loading, Camera, graphical effects, etc...) I honestly think that he will get into fps issues later on...
@ZenergyLIVE
@ZenergyLIVE 6 жыл бұрын
So hyped for this! Can't wait for this to be done, please upload as much as you can! :)
@matthewchansavage3699
@matthewchansavage3699 6 жыл бұрын
second
@matthewchansavage3699
@matthewchansavage3699 6 жыл бұрын
imma finish my homework then follow this tutorial
@PROJECTJoza100
@PROJECTJoza100 6 жыл бұрын
Im a great programmer but i still love ur vids so i watch! :)))
@RealTutsGML
@RealTutsGML 6 жыл бұрын
Thanks!
@aryatyagi4648
@aryatyagi4648 4 жыл бұрын
I always wanted to create a game and then I watched this video that changed everything Now I work in a garage
@octaviusdelmonte9019
@octaviusdelmonte9019 4 жыл бұрын
The easiest way to program a zombie is with religion.
@nicolasramirez865
@nicolasramirez865 5 жыл бұрын
Hello RealTuts. you know how save the progress of the game ?, I mean save the player points in the text file.. and when the player re-open game charge the progress. Please get me out of this doubt :)
@itays7774
@itays7774 6 жыл бұрын
Holy shit yessss! Your "let's build a game" tutorial helped me so so much, I'm excited to see what's coming next for this
@dimarcinho
@dimarcinho 6 жыл бұрын
why don't you use LIBGDX? AWT and SWING are not for gaming!
@memes2545
@memes2545 6 жыл бұрын
I wish you used IntelliJ IDEA, it is way better (in my personal opinion).
@RRKS_TF
@RRKS_TF 4 жыл бұрын
2:35 does knowing c# count as Java?
Java Programming: Let's Build a Zombie Game #2
18:31
RealTutsGML
Рет қаралды 28 М.
Programming a multiplayer game from scratch in 7 DAYS
18:28
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
Ozoda - Lada (Official Music Video)
06:07
Ozoda
Рет қаралды 14 МЛН
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 82 М.
20 Advanced Coding Tips For Big Unity Projects
22:23
Tesseract
Рет қаралды 186 М.
What is the Java Job delusion?
12:23
Stefan Mischook
Рет қаралды 123 М.
What is the Smallest Possible .EXE?
17:04
Inkbox
Рет қаралды 398 М.
I Made My First Game in Godot in 3 Weeks...
26:21
Jack Sather
Рет қаралды 370 М.
Code Flappy Bird in Java
54:02
Kenny Yip Coding
Рет қаралды 104 М.
I tried using AI. It scared me.
15:49
Tom Scott
Рет қаралды 7 МЛН
What's The Longest Word You Can Write With Seven-Segment Displays?
8:56
So you want to make a Game Engine!? (WATCH THIS before you start)
14:39
Giant Sloth Games
Рет қаралды 306 М.