New Layout and New Content
2:31
6 жыл бұрын
From Game Maker to Java Programming
4:31
Game Maker Studio 2: Portals Tutorial
11:52
Game Developers Showcase #2
3:29
6 жыл бұрын
Game Developers Showcase #1
2:57
6 жыл бұрын
My Average Coding Session
1:25
6 жыл бұрын
What's up with CodingMadeSimple
4:03
About Me
1:49
6 жыл бұрын
Пікірлер
@alexandregarcia3331
@alexandregarcia3331 Күн бұрын
my tower keeps shooting even when the enemy is out of it's range, what could it be?
@harshshah1256
@harshshah1256 9 күн бұрын
love your projects brooo
@MrDummyKicker
@MrDummyKicker 14 күн бұрын
until godot comes out
@MrDummyKicker
@MrDummyKicker 18 күн бұрын
This is the best java game Dev course on KZbin and you are the best content creator. People have relied greatly on your tutorials. Please come back and show the world who you are again. Best of luck.
@Pattysheriff
@Pattysheriff 19 күн бұрын
can somebody help me the timer and frames give me the error that they cannot be resolved to a variable
@mrmemefrog6172
@mrmemefrog6172 19 күн бұрын
my duplicated turrets arent changing their form?? i copied everything
@GRAHStudios
@GRAHStudios 20 күн бұрын
This works like a charm for me. Levels don't unlock when repetively playing old ones. And the levels unlock if you play the one beforehand. BUT -- If I go back to the main menu from the pause menu, the data locks??? The data is even set to persistent so I don't know what's wrong...
@leonidasthompson2380
@leonidasthompson2380 29 күн бұрын
I ate an entire Costco pizza once
@nukethecreeper8390
@nukethecreeper8390 Ай бұрын
Thanks for not finishing the series by the way now I’m in the final week of making a game for a class and don’t have a boss fight
@DmitriLeon2000
@DmitriLeon2000 Ай бұрын
Tip: use `irandom(value)` instead of `floor(random(value))`.
@happy_duck8166
@happy_duck8166 Ай бұрын
seeing a video from 12 years ago. crazy
@LordMonkeVR
@LordMonkeVR Ай бұрын
My slot sprite doesn’t change when I pick up an item what do I do
@alexandervolobuev471
@alexandervolobuev471 2 ай бұрын
5:35 - you type something out of screen. ))))
@gustavo8534
@gustavo8534 2 ай бұрын
thank you
@sivarasamathuran
@sivarasamathuran 2 ай бұрын
can we do this using socket like multiplier game?
@leonidas14775
@leonidas14775 2 ай бұрын
Here's another way to solve the clearEnemies problem. Create a new LinkedList, add the player, then replace the object LinkedList with the new one.
@leonidas14775
@leonidas14775 2 ай бұрын
For those wondering how he's changing the number in debug mode.. He hits the green bug icon, changes the number in the code, then hits ctrl+s This lets you modify the program while its still running.
@rishabhpandey9445
@rishabhpandey9445 2 ай бұрын
I've some errors regarding Handler thread and linked list.. In this the game is running one time smoothly but after that these errors are generating please help if anyone knows..
@user-vi8de5zj2x
@user-vi8de5zj2x 2 ай бұрын
I did the exact same things you did but when i open batch files folder, there is no "youtube" inside it. Can anyone expalin?
@exoticbutr1690
@exoticbutr1690 2 ай бұрын
followed this tutorial and i have a single issue of it's only spawning a single enemy
@leonidas14775
@leonidas14775 2 ай бұрын
6:38 Given enough time, the "DVD Video" logo will hit the corner
@valeriathepaganpriestess7050
@valeriathepaganpriestess7050 2 ай бұрын
Hello, will there be a version for GM2? Currently they asked me to export my game to Mac but it tells me that the Mac device has not been found
@ashelann2098
@ashelann2098 2 ай бұрын
What kind of compiler did you use?
@Inverted_iron225
@Inverted_iron225 2 ай бұрын
Based
@oskar812
@oskar812 3 ай бұрын
Back again after 5 years. These damn grapics are a pain.
@war_xs
@war_xs 3 ай бұрын
Damn 9yrs ago
@genyaarikado1778
@genyaarikado1778 3 ай бұрын
wow, a lot easier than i expected
@user-kd4kv6tv5w
@user-kd4kv6tv5w 3 ай бұрын
Game machine select start
@dikeym2789
@dikeym2789 3 ай бұрын
Could you update the code for game maker studio 2?
@EmanuelRaziel
@EmanuelRaziel 3 ай бұрын
Thank you a lot for the tutorial! How did you learn all of this? What is the roadmap?
@HS2003D
@HS2003D 4 ай бұрын
❤❤❤❤
@hmmmidkkk
@hmmmidkkk 4 ай бұрын
For anyone wondering it's batch programming
@XerifeCaitlyn
@XerifeCaitlyn 4 ай бұрын
So the single difference between applets and Main Classes is the applet lib import?
@leandra7258
@leandra7258 4 ай бұрын
You are a gennius sorry, i´m portuguese
@ViktorBorgGrelsson
@ViktorBorgGrelsson 5 ай бұрын
hey this tutorial made me start making games its rly good :) i made a tower defense its on steam
@RealTutsGML
@RealTutsGML 5 ай бұрын
Laser Defense Extreme!!
@torekalanae_
@torekalanae_ 5 ай бұрын
Where did you learn JApplets? Currently learning it on school (ik its super super super deprecated but our school wants us to make it our foundation for GUIs) thank you in advance!
@barbarosatmaca3318
@barbarosatmaca3318 6 ай бұрын
4:23 this is horrible code. You can cache player object upon creation of cam. In your case, each time tick called you search for player object just to pass into camera object. Also you should make Handler class static because you use it a lot. You can achieve this by making Handler class final and making all methods static.
@user-qq1jk6fe7b
@user-qq1jk6fe7b 6 ай бұрын
cool video)
@fridaygaming12
@fridaygaming12 6 ай бұрын
how do i lower all of the collision bounds because i want to make a small sprite character
@richardngo2561
@richardngo2561 6 ай бұрын
Incredible how it's been 9 years but everything still seems very relevant. I'm starting my journey from here now, hopefully in 10 years time I can look back on these videos and reminisce.
@kixhor
@kixhor 5 ай бұрын
Same buddy See ya in 2030
@carolinasilva1956
@carolinasilva1956 6 ай бұрын
And 12 years later this still helped so much!!! Thank you :')
@waleyboi06
@waleyboi06 6 ай бұрын
Im using a school issued hp stream and fucking bluej to try and make a game rn 😂 fml
@TuyetNguyen-lj6mh
@TuyetNguyen-lj6mh 6 ай бұрын
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 4 ай бұрын
at 12 min were do i go to copy the code
@goldenbenjamin2.0
@goldenbenjamin2.0 6 ай бұрын
Where are you at RealTutsGML?, We miss you.
@avisinha6566
@avisinha6566 7 ай бұрын
This is the best Java Swing Game Developement Playlist I have found.
@Relge2010
@Relge2010 7 ай бұрын
I know this is 10 years down the road. But black background feels better on my eyes.
@user-pd4jn3ji7v
@user-pd4jn3ji7v 7 ай бұрын
cool video)
@user-pd4jn3ji7v
@user-pd4jn3ji7v 7 ай бұрын
cool video)
@user-pd4jn3ji7v
@user-pd4jn3ji7v 7 ай бұрын
cool video)