How To Make a Space Shooter in 20 Minutes (Godot Engine)

  Рет қаралды 33,228

Kaan Alpar

Kaan Alpar

Күн бұрын

Пікірлер: 59
@PavltheRobot
@PavltheRobot Жыл бұрын
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
@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
@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
@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
@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
@rangga6921
@rangga6921 4 жыл бұрын
your explanation is easy to understand, I was very helpful. thank you
@KaanAlparGameDev
@KaanAlparGameDev 4 жыл бұрын
Np, glad I could help!
@seacucumberwasabi4657
@seacucumberwasabi4657 3 жыл бұрын
Good job. Now if you get 100 points, you move on to the next level. And 'World Stage' Timer_view_ label. I want it.
@10xyzYT
@10xyzYT 3 жыл бұрын
Well Well. For the First time I'm actually learning what I'm doing
@RomanHomya
@RomanHomya Жыл бұрын
Amazing work, I want more of this kind of content!
@junwoosong5957
@junwoosong5957 3 жыл бұрын
Perfect! This helped me a lot!
@PacoBarba
@PacoBarba 4 жыл бұрын
Good tutorial. I need to test Godot to make games.
@KaanAlparGameDev
@KaanAlparGameDev 4 жыл бұрын
Thanks man
@Alienboi2005vidsandstuff
@Alienboi2005vidsandstuff Жыл бұрын
What if I wanted a horizontal space shooter?
@YigitDenizZabun
@YigitDenizZabun 2 жыл бұрын
Kaan reis agzina saglik kuzenim icin yapmalik bir oyun ariyordum tam da umudu kesmistim ararken ama sen karsima ciktin iyi gunler dilerim
@KaanAlparGameDev
@KaanAlparGameDev 2 жыл бұрын
Sağol dostum👍
@patlecat
@patlecat 3 жыл бұрын
Excellent man
@jaruizm1
@jaruizm1 4 жыл бұрын
Great tutorial, the only thing that miss is enemy and laser have been eliminated when leaves the screen
@KaanAlparGameDev
@KaanAlparGameDev 4 жыл бұрын
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.
@tzerland
@tzerland 3 жыл бұрын
Would be nice to have a small part two ;)
@omareliotorrescastillo4808
@omareliotorrescastillo4808 Ай бұрын
Thank you very much, how is possible to move stars? like a paralax with stars, how can it be done?
@barrickfischer
@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?
@hippocrates72
@hippocrates72 2 жыл бұрын
*Complexity & Versatility:* _Construct2/3 < GameMaker < GoDot < Unity (C#) < UnrealEngine4/5 (C++)_
@10xyzYT
@10xyzYT 3 жыл бұрын
Thank you! 😃
@tzerland
@tzerland 3 жыл бұрын
Wow love this one
@davinjohndelacruz6772
@davinjohndelacruz6772 3 жыл бұрын
the identifier "vector2" isn't declared in the current scope. how to fix this
@wturri78
@wturri78 3 жыл бұрын
Were you styling it as "vector2"? If so, you should be styling it as "Vector2"
@cananesen6914
@cananesen6914 4 жыл бұрын
Veryyy nice👏🏻👏🏻
@MikeMcRoberts
@MikeMcRoberts 2 жыл бұрын
Why did you not use 'move_and_slide' ?
@filiph.2994
@filiph.2994 3 жыл бұрын
Can you pleas make another tutorial to this game because its not so playable
@spiderhollow5658
@spiderhollow5658 2 жыл бұрын
Great video
@craigcashman2275
@craigcashman2275 2 жыл бұрын
Excellent Thanks
@the_valtriptor
@the_valtriptor 3 жыл бұрын
can i publish the game on play stre?
@KaanAlparGameDev
@KaanAlparGameDev 3 жыл бұрын
Sure go ahead
@arnoldespanillo4792
@arnoldespanillo4792 Жыл бұрын
How to add a play button, life and game over in the game?
@IareZeke
@IareZeke Жыл бұрын
I am getting an error on the "spawn_Enemy()" line "function not found in base self", any tips? thank you!
@wagsaid95
@wagsaid95 2 жыл бұрын
u can make the same video but more slowly? for understeind ....because i want to learn godot thanks
@rogeriocastro2604
@rogeriocastro2604 4 жыл бұрын
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. :)
@KaanAlparGameDev
@KaanAlparGameDev 4 жыл бұрын
Hey Rogerio, Im glad you liked the course. Yes that part of the course is coming soon, don’t worry :)
@Bittu_Ahirwar
@Bittu_Ahirwar 2 жыл бұрын
Can you make video to export in Android apk this your space game ???
@harrymaller2597
@harrymaller2597 3 жыл бұрын
Hey nice video! How did you learn to type so fast, im currently at 200 clicks/ minute
@KaanAlparGameDev
@KaanAlparGameDev 3 жыл бұрын
I taught myself touch typing years ago. But I've been using typingclub.com lately to practice.
@harrymaller2597
@harrymaller2597 3 жыл бұрын
Thank youu
@YoshiPro767
@YoshiPro767 8 ай бұрын
modulo by zero error in operator "%"
@shadedpiano
@shadedpiano 2 жыл бұрын
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
@rhlgm
@rhlgm 2 жыл бұрын
Only 6 subscribers needed to 1 k
@sr.marcosxd3208
@sr.marcosxd3208 3 жыл бұрын
I need the 3 script enemyspawner please
@programming02
@programming02 9 ай бұрын
Hello can you tell me how can we play this game in android phone? Is it possible or not?
@BW-ye6mx
@BW-ye6mx 7 ай бұрын
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-ye6mx
@BW-ye6mx 7 ай бұрын
When you type in wasd keys you need to plug in a keyboard with a cport adapter
@BW-ye6mx
@BW-ye6mx 7 ай бұрын
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
@bubblemage
@bubblemage 3 жыл бұрын
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
@alihusidur8284
@alihusidur8284 3 жыл бұрын
Videolara Türkçe altyazı ekler misiniz hocam.
@rereloluwaakinlade6797
@rereloluwaakinlade6797 3 жыл бұрын
Cant see anything at all
@ahmet_wt
@ahmet_wt 4 жыл бұрын
Türkçe dublajlısını da atsaydın keşke
@Katulo14
@Katulo14 2 жыл бұрын
Show
@erenyucesoy1265
@erenyucesoy1265 4 жыл бұрын
Türkçe altyazı ile istiyoruz
@KaanAlparGameDev
@KaanAlparGameDev 4 жыл бұрын
Tamamdır :)
@ghislainnodem6585
@ghislainnodem6585 2 жыл бұрын
you are too fast massa
Let's Program Doom - Part 1
25:13
3DSage
Рет қаралды 465 М.
I made a Cozy Game in 16 hours using Godot 4
23:17
Slick Games
Рет қаралды 41 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Using Composition to Make More Scalable Games in Godot
10:13
Firebelley Games
Рет қаралды 258 М.
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 372 М.
How I Built A LEGO Treadmill That Moves In EVERY Direction
18:06
Banana Gear Studios
Рет қаралды 1 МЛН
I Made a Wave Function Collapse Castle Generator in Godot
25:30
RachelfTech
Рет қаралды 95 М.
Artificial Life. The battle of clans
19:34
Simulife Hub
Рет қаралды 500 М.
Every 2D Node Explained in 9 Minutes !
9:19
Lukky
Рет қаралды 399 М.
Godot Scripts I add to Every Game
12:34
Aarimous
Рет қаралды 67 М.
I Created My Own Custom 3D Graphics Engine
26:29
Inkbox
Рет қаралды 126 М.
Godot Shader Tutorial [Basics] in 7 minutes
7:47
Master Albert
Рет қаралды 104 М.