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

  Рет қаралды 32,411

Kaan Alpar

Kaan Alpar

Күн бұрын

Godot 2D Beginner Course: carettagames.c...
Godot Mobile Game Course: carettagames.c...
Godot Shader Course: carettagames.c...
Join my email list: carettagames.c...
Watch the new Godot 4 space shooter series: • Godot 4 Space Shooter ...
In this video, I'm going to show you how to create a space shooter game in Godot in just 20 minutes!
Twitter: / kaanalpar
Instagram: / kaanalpar
Assets by Kenney: kenney.nl/asse...

Пікірлер: 58
@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 11 ай бұрын
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 11 ай бұрын
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.
@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
@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
@10xyzYT
@10xyzYT 2 жыл бұрын
Well Well. For the First time I'm actually learning what I'm doing
@rangga6921
@rangga6921 3 жыл бұрын
your explanation is easy to understand, I was very helpful. thank you
@KaanAlpar
@KaanAlpar 3 жыл бұрын
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.
@junwoosong5957
@junwoosong5957 3 жыл бұрын
Perfect! This helped me a lot!
@RomanHomya
@RomanHomya Жыл бұрын
Amazing work, I want more of this kind of content!
@PacoBarba
@PacoBarba 3 жыл бұрын
Good tutorial. I need to test Godot to make games.
@KaanAlpar
@KaanAlpar 3 жыл бұрын
Thanks man
@hippocrates72
@hippocrates72 Жыл бұрын
*Complexity & Versatility:* _Construct2/3 < GameMaker < GoDot < Unity (C#) < UnrealEngine4/5 (C++)_
@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
@KaanAlpar
@KaanAlpar 2 жыл бұрын
Sağol dostum👍
@patlecat
@patlecat 3 жыл бұрын
Excellent man
@jaruizm1
@jaruizm1 3 жыл бұрын
Great tutorial, the only thing that miss is enemy and laser have been eliminated when leaves the screen
@KaanAlpar
@KaanAlpar 3 жыл бұрын
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 ;)
@barrickfischer
@barrickfischer 10 ай бұрын
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?
@tzerland
@tzerland 3 жыл бұрын
Wow love this one
@10xyzYT
@10xyzYT 2 жыл бұрын
Thank you! 😃
@craigcashman2275
@craigcashman2275 2 жыл бұрын
Excellent Thanks
@spiderhollow5658
@spiderhollow5658 2 жыл бұрын
Great video
@cananesen6914
@cananesen6914 3 жыл бұрын
Veryyy nice👏🏻👏🏻
@Alienboi2005vidsandstuff
@Alienboi2005vidsandstuff 9 ай бұрын
What if I wanted a horizontal space shooter?
@IareZeke
@IareZeke Жыл бұрын
I am getting an error on the "spawn_Enemy()" line "function not found in base self", any tips? thank you!
@filiph.2994
@filiph.2994 3 жыл бұрын
Can you pleas make another tutorial to this game because its not so playable
@wagsaid95
@wagsaid95 2 жыл бұрын
u can make the same video but more slowly? for understeind ....because i want to learn godot thanks
@davinjohndelacruz6772
@davinjohndelacruz6772 2 жыл бұрын
the identifier "vector2" isn't declared in the current scope. how to fix this
@wturri78
@wturri78 2 жыл бұрын
Were you styling it as "vector2"? If so, you should be styling it as "Vector2"
@arnoldespanillo4792
@arnoldespanillo4792 Жыл бұрын
How to add a play button, life and game over in the game?
@rogeriocastro2604
@rogeriocastro2604 3 жыл бұрын
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. :)
@KaanAlpar
@KaanAlpar 3 жыл бұрын
Hey Rogerio, Im glad you liked the course. Yes that part of the course is coming soon, don’t worry :)
@YoshiPro767
@YoshiPro767 4 ай бұрын
modulo by zero error in operator "%"
@rhlgm
@rhlgm 2 жыл бұрын
Only 6 subscribers needed to 1 k
@the_valtriptor
@the_valtriptor 3 жыл бұрын
can i publish the game on play stre?
@KaanAlpar
@KaanAlpar 3 жыл бұрын
Sure go ahead
@MikeMcRoberts
@MikeMcRoberts 2 жыл бұрын
Why did you not use 'move_and_slide' ?
@harrymaller2597
@harrymaller2597 3 жыл бұрын
Hey nice video! How did you learn to type so fast, im currently at 200 clicks/ minute
@KaanAlpar
@KaanAlpar 3 жыл бұрын
I taught myself touch typing years ago. But I've been using typingclub.com lately to practice.
@harrymaller2597
@harrymaller2597 3 жыл бұрын
Thank youu
@Bittu_Ahirwar
@Bittu_Ahirwar 2 жыл бұрын
Can you make video to export in Android apk this your space game ???
@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
@sr.marcosxd3208
@sr.marcosxd3208 3 жыл бұрын
I need the 3 script enemyspawner please
@alihusidur8284
@alihusidur8284 3 жыл бұрын
Videolara Türkçe altyazı ekler misiniz hocam.
@programming02
@programming02 5 ай бұрын
Hello can you tell me how can we play this game in android phone? Is it possible or not?
@BW-ye6mx
@BW-ye6mx 4 ай бұрын
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 4 ай бұрын
When you type in wasd keys you need to plug in a keyboard with a cport adapter
@BW-ye6mx
@BW-ye6mx 4 ай бұрын
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 2 жыл бұрын
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
@rereloluwaakinlade6797
@rereloluwaakinlade6797 2 жыл бұрын
Cant see anything at all
@ahmet_wt
@ahmet_wt 3 жыл бұрын
Türkçe dublajlısını da atsaydın keşke
@erenyucesoy1265
@erenyucesoy1265 3 жыл бұрын
Türkçe altyazı ile istiyoruz
@KaanAlpar
@KaanAlpar 3 жыл бұрын
Tamamdır :)
@Katulo14
@Katulo14 2 жыл бұрын
Show
@ghislainnodem6585
@ghislainnodem6585 2 жыл бұрын
you are too fast massa
I Made My First Game in Godot in 3 Weeks...
26:21
Jack Sather
Рет қаралды 376 М.
How To Make Asteroids in Godot 4 (Complete Tutorial)
1:55:06
Kaan Alpar
Рет қаралды 16 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 58 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 26 МЛН
Ozoda - Lada ( Official Music Video 2024 )
06:07
Ozoda
Рет қаралды 19 МЛН
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 347 М.
Hand drawn is easier than pixel art | HD graphics vs low-bit vs Hi-bit
10:00
My Experience Moving to Godot from Unity
16:54
DarkDax
Рет қаралды 28 М.
Godot 4 - Tiled Dungeon Environment From Scratch
26:24
DevLogLogan
Рет қаралды 424 М.
How I Got Hired as a Character Artist For Games
20:52
J Hill
Рет қаралды 501 М.
I Paid Game Developers on Fiverr to Make the Same Game
9:49
BadGameDev
Рет қаралды 3,4 МЛН
Particle Systems From BEGINNER To PRO | Godot Engine
10:59
PlayWithFurcifer
Рет қаралды 89 М.
Why I Still Use Godot after Switching from Unity
6:41
Aarimous
Рет қаралды 61 М.
Godot 3.2: Let's Build a 2D Platformer!: Part 1 #godotengine
25:51
How You Can Easily Make Your Code Simpler in Godot 4
6:59
Bitlytic
Рет қаралды 434 М.