Changes in Godot 4.0: 7:35 - "Position2D" was renamed to "Marker2D", just in case someone has a problem with finding it 9:17 - "instance()" call was changed to "instantiate()"
@masteranimator3 Жыл бұрын
thanks man I just searched them everywhere that why my instance won't work or the where is position2d and looked at your comment by mistake ❤
@kenknudsen7478 Жыл бұрын
Ha, years later, still solid for a new Godot learner, well done. Love the simple style and time limit, keeps everything in check with lots of learning to be had.
@kentmiller808 Жыл бұрын
Dang I was instancing my shot on the player scene instead of the world scene and wondering why the shot was moving along with the ship lol. Very nice tutorial. Edit: they cover that in the documentation I’m dumb
@digitalunity Жыл бұрын
This just saved me from hours of trying to figure out how to link infinite signals to infinite enemies from infinite bullets. A+ tutorial
@rangga69214 жыл бұрын
your explanation is easy to understand, I was very helpful. thank you
@KaanAlparGameDev4 жыл бұрын
Np, glad I could help!
@seacucumberwasabi46573 жыл бұрын
Good job. Now if you get 100 points, you move on to the next level. And 'World Stage' Timer_view_ label. I want it.
@10xyzYT3 жыл бұрын
Well Well. For the First time I'm actually learning what I'm doing
@RomanHomya Жыл бұрын
Amazing work, I want more of this kind of content!
@junwoosong59573 жыл бұрын
Perfect! This helped me a lot!
@PacoBarba4 жыл бұрын
Good tutorial. I need to test Godot to make games.
@KaanAlparGameDev4 жыл бұрын
Thanks man
@Alienboi2005vidsandstuff Жыл бұрын
What if I wanted a horizontal space shooter?
@YigitDenizZabun2 жыл бұрын
Kaan reis agzina saglik kuzenim icin yapmalik bir oyun ariyordum tam da umudu kesmistim ararken ama sen karsima ciktin iyi gunler dilerim
@KaanAlparGameDev2 жыл бұрын
Sağol dostum👍
@patlecat3 жыл бұрын
Excellent man
@jaruizm14 жыл бұрын
Great tutorial, the only thing that miss is enemy and laser have been eliminated when leaves the screen
@KaanAlparGameDev4 жыл бұрын
Enemy laser: Create an identical scene to Player Laser but make it go down instead of up by changing the speed variable. Delete lasers when they leave the screen: Add a visibility notifier to the scene and connect it's leave the screen signal to the script. Free the object inside of the connected method. You should also delete the enemies when they leave the screen as well. I personally don't use visibility notifier but create an area2d called "death zone". I place it above and under the level and delete objects that enter it.
@tzerland3 жыл бұрын
Would be nice to have a small part two ;)
@omareliotorrescastillo4808Ай бұрын
Thank you very much, how is possible to move stars? like a paralax with stars, how can it be done?
@barrickfischer Жыл бұрын
can you demonstrate in another tutorial how to spawn enemy types in particular numbers or groups (i.e. spawning an enemy type in rows of threes and more), once spawned from a position while descending after N seconds?
the identifier "vector2" isn't declared in the current scope. how to fix this
@wturri783 жыл бұрын
Were you styling it as "vector2"? If so, you should be styling it as "Vector2"
@cananesen69144 жыл бұрын
Veryyy nice👏🏻👏🏻
@MikeMcRoberts2 жыл бұрын
Why did you not use 'move_and_slide' ?
@filiph.29943 жыл бұрын
Can you pleas make another tutorial to this game because its not so playable
@spiderhollow56582 жыл бұрын
Great video
@craigcashman22752 жыл бұрын
Excellent Thanks
@the_valtriptor3 жыл бұрын
can i publish the game on play stre?
@KaanAlparGameDev3 жыл бұрын
Sure go ahead
@arnoldespanillo4792 Жыл бұрын
How to add a play button, life and game over in the game?
@IareZeke Жыл бұрын
I am getting an error on the "spawn_Enemy()" line "function not found in base self", any tips? thank you!
@wagsaid952 жыл бұрын
u can make the same video but more slowly? for understeind ....because i want to learn godot thanks
@rogeriocastro26044 жыл бұрын
Hello, how are you, professor? I bought your course at Udemy and your course is very good! I'm really enjoying the course. I have a question that I wanted to understand. There is no explosion in Particles. Are you going to put a particle system explosion on the Udemy Course Game? I am Brazilian and my English is not very good. Sorry if there is an error in my English. :)
@KaanAlparGameDev4 жыл бұрын
Hey Rogerio, Im glad you liked the course. Yes that part of the course is coming soon, don’t worry :)
@Bittu_Ahirwar2 жыл бұрын
Can you make video to export in Android apk this your space game ???
@harrymaller25973 жыл бұрын
Hey nice video! How did you learn to type so fast, im currently at 200 clicks/ minute
@KaanAlparGameDev3 жыл бұрын
I taught myself touch typing years ago. But I've been using typingclub.com lately to practice.
@harrymaller25973 жыл бұрын
Thank youu
@YoshiPro7678 ай бұрын
modulo by zero error in operator "%"
@shadedpiano2 жыл бұрын
is there a way to make the child spawn at a randomised y position? I'm trying to figure out how for a game I am making. I am new to coding. Thank you
@rhlgm2 жыл бұрын
Only 6 subscribers needed to 1 k
@sr.marcosxd32083 жыл бұрын
I need the 3 script enemyspawner please
@programming029 ай бұрын
Hello can you tell me how can we play this game in android phone? Is it possible or not?
@BW-ye6mx7 ай бұрын
Yes it's possible. I just did it. But when I add SpawnTimer to where he says to add it my game crashes so I just add enemy to the position 2ds and duplicate the enemy spawner and drag it up on top of the screen far up too so it's still challenging. But it's an easy game.
@BW-ye6mx7 ай бұрын
When you type in wasd keys you need to plug in a keyboard with a cport adapter
@BW-ye6mx7 ай бұрын
Also make and type out the scripts on a computer and send them to your email and load them up that way you don't have to type much
@bubblemage3 жыл бұрын
My problem with this game is that if you just spam the shoot button, you'll kill the enemies before you can even see them! So that's too easy