Godot Block Coding Plugin: Building a simple game

  Рет қаралды 19,506

Endless OS Foundation

Endless OS Foundation

Күн бұрын

Пікірлер: 117
@theARDISAN
@theARDISAN 3 ай бұрын
This is the Godot visual scripting i've been looking for for years. Thank you for starting this project, I hope it grows full and well. Making this as much like Construct/Gdevelop (even possibly improving on them) as possible would be the most impressive feat imaginable. So many beginners and people that just like the block code workflow would be happy.
@UltimatePerfection
@UltimatePerfection 3 ай бұрын
Agreed. I think Scratch-like blocks are much better than nodes or spreadsheet code (think Clickteam Fusion, GDevelop, etc.) as they're visually cleaner and you are unlike to accidentally make incomprehensible mess of nodes, a.k.a. actual spaghetti code (nodes being the meatballs and connections between them being noodles).
@VictrisGames
@VictrisGames 3 ай бұрын
@@UltimatePerfection as a GDevelop user, I greatly enjoy the hierarchical structure of the event sheet (spreadsheet). It pains my OCD to see coding blocks being placed at random locations on a canvas. At least make them snap to align vertically or horizontally!
@StormnNorman
@StormnNorman 24 күн бұрын
This is what programmers that implement the node system such as Blueprints, Unity visual scripting and Godot Visual scripting doesn't grasp. With those systems you might as well learn to code as its ultimately better and easier to use. It creates too much "spaghetti code" with bigger projects if very x and y translation is a node that needs to be connected ith 5 other ndes before it does what is usually basic in code. :) This is where the people that made Playmaker for Unity (Also node based), Gdevelop and Construct 3 understands. You need a level of abstraction higher with actions and stuff so reading and flow and so on is more accessible to build out ideas. Even better if that visual method can be converted or generates code that can be looked at in the background. This is how people can learn to understand the logic of what that block or action is doing in the background.
@t0kthx792
@t0kthx792 3 ай бұрын
funny,this was the kind of stuff i was looking for the past few days
@iamHriP
@iamHriP 10 күн бұрын
I'm not a fan of visual programming, but what you are doing is very cool! Don't abandon this project :)
@SuperGibaLogan
@SuperGibaLogan 3 ай бұрын
griffpatch's gonna have a field day with this one
@art_made_here
@art_made_here 2 ай бұрын
😂
@sonicfan73887
@sonicfan73887 2 ай бұрын
Literally 😭
@MrDanINSANE
@MrDanINSANE 3 ай бұрын
Amazing! There is a huge potential for this as the next VISUAL SCRIPTING which needs to be a default system. I didn't see the same options of the blocks on the left list on the version I downloaded from the AssetLib, so I'm not sure what's the most up to date version the video or the library. I also tried to change animation but I didn't see any block related to it, I guess it's not there yet. Some Suggestions: 1. As reference please look at Construct or GDevelop how they also change some "tech terminology" to more Human-Like instead of GDScript terms, so even if someone doesn't know GDscript will be able to Drag & Drop to make anything. 2. A Dedicated comments block will be nice to connect or just put floating between blocks on the Block-Code canvas. 3. Navigation: - While Holding the Middle Mouse Button to pan around - While dragging MMB to Zoom in Out 4. Canvas: - Adding a GRID and Snap to Grid will be VERY nice - Set the GRID transparency and color so it will be easy to control. 5. More Blocks to cover more and more of what GDScript can do I'm not a programmer but I used some visual scripting so I'm a decent "test subject" 😅 6. Search / Filter to easily find specific blocks. 7. Mouse Control: Right Click over a BLOCK or Multiple Blocks (marque / lasso selection) for different tasks: - Duplicate Block (or group of blocks) - Delete (I know you can drag to the left but it's good to have another way instead of dragging one by one to the left. - Copy/Past blocks obviously 8. Instead of "magic numbers" like in the video example, allow to use variables (I couldn't do it on the current version) 9. Autocomplete will be nice to help enter existing node names, variables etc.. TBH - I have so many more ideas, but since I see the huge potential of this visual scripting... I had to share my most basic things I noticed not yet in the plugin. Please keep up the wondaful job you do! ❤
@EndlessOS
@EndlessOS 3 ай бұрын
Thanks for the feedback and suggestions! The version in the video is slightly ahead of the latest AssetLib release, we'll have more releases flowing shortly. I expect the appearance will continue to change as we are still in early stages. Also, the selection of available blocks depends on which node you are attaching to (e.g. the "Move with player 1 keys" block only applies to a custom component we include in the plugin called SimpleCharacter).
@MrDanINSANE
@MrDanINSANE 3 ай бұрын
@@EndlessOS I'm looking forward to see what will you cook for upcoming versions 💙
@thedragonsden2004
@thedragonsden2004 3 ай бұрын
@@EndlessOShey for some reason my code blocks plugin doesn’t set up when I install it from asset lib, I tried to reach out over the discord and didn’t get any help
@EndlessOS
@EndlessOS 3 ай бұрын
@@thedragonsden2004 Hey! Sorry to hear you're having trouble. Sometimes, the issue can be that the plugin isn't enabled after installation. We've placed step-by-step instructions on how to enable it in the description of the KZbin video. After you install the plugin from AssetLib, you must enable it within Project → Project Settings → Plugins. Let us know if you still have any issues!
@Gavyynn
@Gavyynn 3 ай бұрын
This is extremely helpful to beginners, I really hope you continue to support this plugin :-)
@RC-md2yx
@RC-md2yx 2 ай бұрын
This guy is god for who doesn't have coding knowledge I hope this is will lead better updates for more stuff like coding in gdevlop or click team fusion type style
@Alexanderserenus
@Alexanderserenus 2 ай бұрын
great video, im new to game development and i really would love to be able to only use block coding for my godot game so if you could make more tutorials it would be amazing, i have been looking everywhere for tutorials but i cant find it, if you could even make like a platformer game with it would be amazing im sure many people want to know more about this block coding, specially beginners
@oglothenerd
@oglothenerd 3 ай бұрын
I tried that one game you guys made a while back about the pipes and the programming to make the pipes longer or shorter and stuff. I liked it.
@kevinfischer4869
@kevinfischer4869 2 ай бұрын
Even though I’m a “professional” coder, I kinda want to use this just to relive my Scratch days lol
@theinfinitegamedeveloper6973
@theinfinitegamedeveloper6973 Ай бұрын
Thats What I'M SAYING
@UltimatePerfection
@UltimatePerfection 19 күн бұрын
I feel this can be used both by pros and noobs. Block code for simple stuff like handling menus, etc. while leaving more complex stuff with GDScript/C#.
@Waqinton
@Waqinton 3 ай бұрын
thank you, SO MUCH for this 😭 Im trying to transition from Turbowarp [a scratch addon] to Godot, but im pretty overwhelmed by the UI's and just wanna start building stuff first without having the copy paste some scripts
@kirbyzaz
@kirbyzaz 3 ай бұрын
Very curious if there is or will be a feature to convert the block code into a GDScript, this would help learn off what the person built to give them a good idea of how it would look in GDScript. Other than that, thank you for this!
@manu.q
@manu.q 3 ай бұрын
this is actually the case. There is a "Print generated script" button that can be seen in the editor. Then going to the Output at the bottom dock shows the GDScript. But yeah this needs can be improved.
@dreamwritego
@dreamwritego 3 ай бұрын
Now Thats one Hot Cup Of Cool! Nice job 🎉🎉
@roquepapa1292
@roquepapa1292 3 ай бұрын
Hello, good initiative! It might be interesting to reproduce Brackeys' tutorial with this tool. It has become fashionable for different engines to reproduce the same game that Brackeys made in his tutorial and it is an excellent way to compare engines... it would be great to see this visual tool reproducing that same game.
@PokeParadox
@PokeParadox 3 ай бұрын
This is awesome work!
@dibaterman
@dibaterman 2 ай бұрын
Great video, the only criticism I have is you started off assuming your viewer knew what block coding was about for some reason. It would be good to mention early that it is an alternative form of coding that is akin to visual scripting languages.
@sanparuzu
@sanparuzu 3 ай бұрын
Yesssssssss thank you so much for this! Cannot wait to see it fully implemented
@visualcodinghub
@visualcodinghub 3 ай бұрын
This is amazing. I love this. Thank you so much.
@deep_breathe
@deep_breathe 2 ай бұрын
Great!!! No DeltaTime needed? Only for 2D?
@RandyLutcavich
@RandyLutcavich 3 ай бұрын
Cool stuff. Would be handy to be able to reuse logic on multiple nodes.
@kaysta_dev
@kaysta_dev 3 ай бұрын
HELLO FELLOW SCRATCH DEVELOPERS!!!
@gdmt
@gdmt 2 ай бұрын
THIS IS WHAT IVE BEEN LOOKING FOR!!!! Thank you for this! I have installed the Block Code asset but it doesn't show above like in yours. Am i missing something?
@JohnnyThund3r
@JohnnyThund3r Ай бұрын
Man... this really makes me rethink how we do GD Scripting or any programing in any language for that matter... this layout works so much better with my head space I can see the logic so much easier I don't need to think about how things fit together as much... I've often thought of having massive visual separators in my code using comments, but I realize now the book method of writing code is kinda bad and doesn't work with our brains well, and it would be better if everything was written in a node based IDE so we can just see the chains of logic visually and can just fallow the logic chins down the line to find what we are looking for... Edit: I didn't know there was a difference between Node based and Block based coding when I wrote this, block based looks better IMO...
@sebashtioon_
@sebashtioon_ 3 ай бұрын
This is actually crazy, thank you.
@FishyRadioactivity030
@FishyRadioactivity030 3 ай бұрын
a little issue i'm having. i would install the plugin and enable it and all, but the block code editor doesn't seem to show up like your screen and just shows a blank screen, and i cant seem to find a way to activate it.
@lawrenceho2518
@lawrenceho2518 2 ай бұрын
Same
@DGdevv
@DGdevv 3 ай бұрын
Scratch plugin looks neat!
@Chevifier
@Chevifier 2 ай бұрын
I absolutely love this. Is it open source. Id love to contribute to its development if possible. [Edit] found it. Seeing a lot of room for enhancements/features.
@Chareidos
@Chareidos 2 ай бұрын
I got a question. How well does it perform compared to Orchestrator? Was thinking of using that, since it is like visual scripting, but I've read that some people did not manage to make it work and the difference might be that this Block Coding is far more closer to actually looking like code and a better choice to actually learn coding. Are there complications with this plugin/addon or is it easy and safe to use for your project?
@UltimatePerfection
@UltimatePerfection 19 күн бұрын
You may want to update this video. The block code doesn't have tab on the top of the screen anymore and it lives in the bottom area along with stuff like shader editor. It's IMO a mistake, it should stay as a separate workspace because that bottom part is TINY, but if it's the way it is, the video needs to be updated.
@gugaferreilagu393
@gugaferreilagu393 3 ай бұрын
does it work for 3d?
@RENZOHENGELMOLEN
@RENZOHENGELMOLEN 3 ай бұрын
i am a scratch pro this is perfect
@Bowedwolfgaming2.0
@Bowedwolfgaming2.0 3 ай бұрын
Same
@LeBabol
@LeBabol 3 ай бұрын
as a scratch user this is fucking awesome good job m8.
@kengg
@kengg 2 ай бұрын
can you make 3d multiplayer game with this?
@RyanHarris-ix1lm
@RyanHarris-ix1lm 3 ай бұрын
I agree, I want to see this make it. As unity's scratch coding failed. This could do better though.
@anajamx
@anajamx 3 ай бұрын
i made a simple label node i just wanted to make the label.text="hello world" , i couldn't find anything in the blocks that can bring nodes and change their properties am i messing something ? also there was no mention of Random numbers , lets say i want something to move in a random speed , u cant do it using this plugin , it has alot of potential but its too early for it to be useful , thanx for the effort though
@JarveyRocksChannel
@JarveyRocksChannel Ай бұрын
I have a question, will this work for 3D mode? Like is this just for 2D games?
@SPANDtheGreat
@SPANDtheGreat 3 ай бұрын
it doesnt work! (for me) when i create a new project, download the blockcode i add a character body 2D with the collision shape etc. but when i add the blockcode node its just a white circle node and nothing happens also i tried checking the project plugins but it was empty
@musical.dilettante
@musical.dilettante 2 ай бұрын
Hello! Could someone help me? I downloaded this plugin, but when I add the blocks they do not appear, but are on the list on the left
@Alexander.Kravchenko
@Alexander.Kravchenko Ай бұрын
Looks great! Are there any updates?
@jojobrojoe593
@jojobrojoe593 Ай бұрын
What block do i use to play animation or do i need to do normal code with it so far im loving this add on ive been using it to make my first game
@briankumanchik2474
@briankumanchik2474 3 ай бұрын
I'm getting an error when I try to run the file: Parser Error: No constructor of "Vector2" matches the signature "vector2(int)".
@eobet
@eobet 3 ай бұрын
What’s the strategy for when blocks get hundreds of lines long? It looks easy in the beginning but how do you get an overview as projects grow?
@programaths
@programaths 3 ай бұрын
LOL, I was seriously pondering making this 🤣🤣
@nathanglevy
@nathanglevy 3 ай бұрын
This is really neat! Obviously reminds me a lot of Google Blockly and Scratch. I was wondering how the underlying block engine is implemented, and what the plans for this plugin are. Could this be used not just as a godot plugin, but instead used as a node type (like graphnode) to make a game/app that teaches block programming, by making an editor with blocks that can be defined by the dev (me), and used by the player?
@EndlessOS
@EndlessOS 3 ай бұрын
We don't have any docs for the underlying implementation yet but the code is all there, it's open source and written in GDScript. You can create custom blocks attached to your own node/scene types. For example check out the SimpleCharacter building block scene that we include in the plugin, in the GDScript attached to that node it defines a custom block for simple movement based on keyboard input. I think there are challenges in taking this outside of the Godot editor, that is not really something we are designing and architecting for. For example the Pong game here needs to be built in the Godot editor to create, place and configure all the nodes (we have a separate video showing this setup process). Then only at that point, you add block code to it.
@czebosak
@czebosak 22 күн бұрын
What I'm wondering is, who would like to develop this? If you can work on this then you don't need this, so why work in the first place?
@briankumanchik2474
@briankumanchik2474 3 ай бұрын
Also, I can't get the image to show up unless I add a Sprite2D as well
@TYTYUNDERGROUND
@TYTYUNDERGROUND 3 ай бұрын
Does it work in 3D mode?
@ticketforlife2103
@ticketforlife2103 2 ай бұрын
Why not
@XXYUCATECOTACTICOXX-q3k
@XXYUCATECOTACTICOXX-q3k 2 ай бұрын
for 3d?
@blossomcherrypink
@blossomcherrypink 3 ай бұрын
Looks awesome bruv. I would use it if I used Godot.
@TheCardsmania
@TheCardsmania 3 ай бұрын
If you create a tuto for a match 3 in block coding, you will be truely sympa
@sharethepudding
@sharethepudding 3 ай бұрын
AMAZING WORK
@UltimatePerfection
@UltimatePerfection 3 ай бұрын
Is it for 4 or 3? Also, can you implement custom blocks with GDScript?
@EndlessOS
@EndlessOS 3 ай бұрын
It's for Godot 4.2 and newer. Custom blocks can be implemented, see the SimpleCharacter scene shipped in the plugin (and the GDScript attached to it) as an example
@WafflesVR12
@WafflesVR12 3 ай бұрын
I can't get it to work ):
@user-fu8gq5xg5u1
@user-fu8gq5xg5u1 3 ай бұрын
So it turns out the same thing, only you don’t write the code. This is for those who already know the code and just want to speed things up. Any beginner will have to learn the code so that later they at least know which node is responsible for what
@JohnnyThund3r
@JohnnyThund3r Ай бұрын
I've heard from many pros saying you should just prototype everything in visual scripting first, then convert to code only if you need to.
@user-fu8gq5xg5u1
@user-fu8gq5xg5u1 Ай бұрын
@@JohnnyThund3r I've already written half a game with AI. I don't do anything at all - I set the logic and correct the answer
@thedragonsden2004
@thedragonsden2004 3 ай бұрын
I am currently trying to make a platformer game using this code block system. is there a comunity discord server for this plugin yet?
@EndlessOS
@EndlessOS 3 ай бұрын
Brilliant! Can't wait to hear how you get on. On the Godot Cafe discord server, there is a #visualscript channel where we are participating. Another place to give feedback is here: forum.godotengine.org/t/block-coding-high-level-block-based-visual-programming/68941/14
@couchbrogames7499
@couchbrogames7499 3 ай бұрын
so cool
@wolfrog-team
@wolfrog-team 25 күн бұрын
Interesting 😊
@kingofnothing2260
@kingofnothing2260 3 ай бұрын
I installed it successfully, but the node doesn't exist on my directory. I installed from asset lib into my addons file. I can see the files under addons under res in file manager inside a project, but no node. What do I do?
@EndlessOS
@EndlessOS 3 ай бұрын
Did you enable the plugin? In Project → Project Settings → Plugins. Apologies that this step was missed in the video.
@kingofnothing2260
@kingofnothing2260 3 ай бұрын
@@EndlessOS I did. Eventually I had to look into the folder and find that the first folder was not needed. By taking it out, which actually had all the files in it and putting that into my addon folder, it worked. Ty
@hopelessdecoy
@hopelessdecoy 2 ай бұрын
Amazing!!!!!
@neytracg308
@neytracg308 3 ай бұрын
This could use some animation blocks.
@ryanlog
@ryanlog Ай бұрын
Awesome
@raidev_
@raidev_ 3 ай бұрын
why is playing audio directly from code not possible in normal godot? I don't want to bloat my scene trees with a billion audioplayers
@EndlessOS
@EndlessOS 3 ай бұрын
It's possible but perhaps a bit tedious! Our audio playing blocks generate GDScript code to play the sounds.
@Scudmaster11
@Scudmaster11 3 ай бұрын
Looks like scratch got so popular the community ported a method of it to godot LOL (i am a scratcher and lua user... to im happy)
@AnimationlyYT
@AnimationlyYT Күн бұрын
my friend tells me i cant find it in asset library in godot engine me: but i found it in asset library online idk how to import it
@collinvisser7108
@collinvisser7108 3 ай бұрын
Neat well done
@RackteamSuper
@RackteamSuper 3 ай бұрын
scratch but good
@celsladroma8048
@celsladroma8048 3 ай бұрын
so this is the next generation of godot engine? what a scary thing
@yeaglaceshorts546
@yeaglaceshorts546 3 ай бұрын
i installed it, and its in my addons folder, but nothing appears on the top of my screen, and it doesnt appear as a node
@yeaglaceshorts546
@yeaglaceshorts546 3 ай бұрын
nevermind i got it working, thanks!
@yeaglaceshorts546
@yeaglaceshorts546 3 ай бұрын
nevermind, i got it as a node, but still nothing appears on the top of my screen
@yeaglaceshorts546
@yeaglaceshorts546 3 ай бұрын
ahhh i got it working. you have to go to project settings. then plugins, and enable it
@EndlessOS
@EndlessOS 3 ай бұрын
@@yeaglaceshorts546 Thanks for trying our project. Apologies for missing this step in the video!
@yeaglaceshorts546
@yeaglaceshorts546 3 ай бұрын
@@EndlessOS so I thought I got it working, but the node will not appear, even though the block coding tab is at the top…
@gamepandastream8613
@gamepandastream8613 Ай бұрын
nice = )
@chaosmachines934
@chaosmachines934 3 ай бұрын
ho this looks cool
@arturbier
@arturbier 23 күн бұрын
Only for 2D
@TRACKZEDITZ
@TRACKZEDITZ 2 ай бұрын
Can anyone help I dont have the block code button next to asset lib but have installed everything
@aoakplayzofficial
@aoakplayzofficial 2 ай бұрын
its to the down bar next to shader editor but i also want it after asset lib
@drfelipe4943
@drfelipe4943 3 ай бұрын
3D support ?
@EndlessOS
@EndlessOS 3 ай бұрын
The blocks can manipulate any node type, so it should work for 3D games too. But we have not specifically designed for this case (yet) so you might find that some operations are missing or tedious to achieve using blocks. Please give it a try and let us know!
@drfelipe4943
@drfelipe4943 3 ай бұрын
​@@EndlessOS ok , thanks!!👍
@Jujutsukaisen-o5f
@Jujutsukaisen-o5f 3 ай бұрын
Doesn't work 😢
@EndlessOS
@EndlessOS 3 ай бұрын
Sorry to hear it's not working for you! Could you provide a bit more detail on the issue? That way, we can help you better.
@rockets4lifegaming
@rockets4lifegaming 3 ай бұрын
reminds me of scratch
@thedragonsden2004
@thedragonsden2004 3 ай бұрын
AT LONG LAST CONSTUCT WILL NOT HOLD ME IN CHAINS
@danieleichler7605
@danieleichler7605 Ай бұрын
Having the thumbnail for this video include a screenshot of the completely unrelated Cassette Beasts is disingenuous at best.
@wood8711
@wood8711 Ай бұрын
your cute
Getting Started with Endless OS 6
2:09
Endless OS Foundation
Рет қаралды 8 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 89 МЛН
10+1 INCREDIBLE addons for Godot 4
8:28
MrElipteach
Рет қаралды 41 М.
7 DEVS Make a GAME without COMMUNICATING! (centipede edition)
17:16
Blackthornprod
Рет қаралды 1,1 МЛН
Godot Scripts I add to Every Game
12:34
Aarimous
Рет қаралды 29 М.
I Made Minecraft in Godot
28:36
RachelfTech
Рет қаралды 66 М.
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 627 М.
Learn programming with GDScript (Part 1)
1:14:26
Godotneers
Рет қаралды 45 М.
Kluster Duo #настольныеигры #boardgames #игры #games #настолки #настольные_игры
00:47