Tutorials
Recapping the first year of developing my game, Bloodthief, using the Godot game engine!
➤ WISHLIST BLOODTHIEF ON STEAM: https://store.steampowered.com..../app/2533600/Bloodth
➤ JOIN THE DISCORD: https://discord.gg/aU5naj2fgY
This is a devlog for Bloodthief, the indie game I'm working on inspired by Quake, Hotline Miami, Ghostrunner, and ULTRAKILL. In this devlog I recap
the last year of development!
Leave a comment below if you have any feedback on the game or questions about my process!
--------------------------------------------
Chapters
0:00 Intro
1:14 Getting Something Playable
3:13 Finding Fun
8:41 Production and Polish
13:16 Godot Project at a High Level
18:30 Wrapping Up
--------------------------------------------
Links
Quake Movement Video: https://www.youtube.com/watch?v=v3zT3Z5apaM&t
GodotStairs: https://github.com/mrezai/GodotStairs
The Flame, Occams Laser: https://www.youtube.com/watch?v=q_k5ld9mWFU
#devlog #gamedev #godot #indiegame #indiedev
In response to the Godot Engine backlash, Redot Engine has appeared. However, that alone has caused controversy as we see in today's news.
-----
🐦twitter: https://twitter.com/_Hero_Hei_
gameplay: Ravenfield
___
🎁 becoming channel member: https://www.youtube.com/c/herohei/join
#gaming
#videogames
#gamedevelopment
-----
🐦twitter: https://twitter.com/_Hero_Hei_
gameplay: Ravenfield
___
🎁 becoming channel member: https://www.youtube.com/c/herohei/join
#gaming
#videogames
#gamedevelopment
Look it's still nothing!
Part 1: https://www.youtube.com/watch?v=enJByy6VRe8
Watch the stream here:
https://piratesoftware.live
Join the community here:
https://discord.gg/piratesoftware
#Pants #Godot #PirateSoftware
- Edited by Sunder
Tutorial cómo usar Godot y aprender desde cero a hacer juegos
Este vídeo es un curso introductorio completo de cómo usar Godot y aprender desde cero a hacer juegos en Godot Engine 4.
Si quieres aprender a hacer juegos en godot, como usar godot engine para saber como hacer un juego en godot desde cero... si quieres saber como crear tus propios videojuegos y como aprender a usar godot sin saber nada de programación...
En este video encontrarás todos los fundamentos básicos necesarios organizados de la mejor forma que he podido para aprender las bases en solo 1 hora:
00:00 El objetivo de este video
00:38 Qué vas a aprender
01:20 La mejor forma de ver este video
02:32 ¿Un motor de videojuegos?
3:48 Instalar Godot
4:32 Crear un Proyecto
4:57 La interfaz del Editor
6:17 Las escenas y los nodos
6:48 ¿Qué son los nodos?
08:27 Ejemplo general de escena: El CharacterBody
11:17 ¿Qué son las físicas?
11:49 Los 3 nodos físicos
12:30 Ejemplos de StaticBody
14:31 Ejemplo de RigidBody
15:03 ¿Porque tantas escenas?
15:19 Componer y entender las escenas
16:07 El sistema de coordenadas
17:04 Ejecutar el juego
17:51 La jerarquía de la escena
18:36 ¿Qué es el viewport?
19:04 La cámara
19:55 Sprites decorativos
20:24 ¿Cuántos nodos hay y como conocerlos?
21:15 Animar el Boss: Nodo AnimationPlayer
25:27 ¿Programar, por qué?
26:34 Qué son el Bucle de juego y los FPS
27:55 Ejemplo de Script: Mover la cámara
29:38 Export variable al inspector
30:52 Destruir nodos con queue_free
32:27 ¿Cómo aprendo a programar?
33:05 Mover el personaje: physics_process
34:37 Input Manager de Godot
37:23 ¿Cómo comunicar Nodos entre si?
38:04 Acceso directo con Referencia
40:35 Instanciar nuevos objetos
42:00 Ejecutar métodos desde la animación
43:20 ¿Qué son y para que sirven las señales?
44:09 Ejemplo básico de Señales: Timer
46:05 ¿Cuándo usar señales y cuándo referencias?
47:26 ¡Cuanto sabes!
48:01 Detección de colisiones: Ejemplo básico
49:27 Matriz de colisiones
50:51 Ejemplo 2: Colisión con RigidBody
52:27 Puntos de interrupción y Depurar bugs
55:30 UI, nodos Control y Canvas Layer
57:56 Control de lógica de juego
58:48 Crear Nodos y Señales personalizados
01:01:14 Actualizar la UI
01:03:37 ¿Componentes reutilizables?
01:05:06 Transición de escenas
01:08:22 Exportar el juego
01:09:21 La clave de hacer juegos en Godot
01:10:33 Consejos para seguir aprendiendo!
Espero que te sirva de ayuda!
Un abrazo!
------
▶▶ Bibliografía y referencias: ◀◀
* Cómo Aprender a Programar desde CERO con GDScript y Godot para videojuegos
https://youtu.be/fQf_ocKIHWM
* Descargar Godot Engine
https://godotengine.org/
* Descarga del proyecto GRATIS desde mi página de ko-fi
https://ko-fi.com/Post/Como-us....ar-Godot-y-Aprender-
* 10 formas de usar los Viewports de Godot
https://youtu.be/1s22YYlYez0
----------------------------------------------------
Si quieres, puedes suscribirte a mi canal, o incluso seguirme en otras redes:
➤ Twitter: https://twitter.com/findemor
➤ Instagram: https://www.instagram.com/findemor.es
➤ Blog: https://blog.findemor.es
----------------------------------------------------
#godot #gamedev #indiedev
I started using Godot around 5-6 years ago. There is so much that I’ve learned over the years that I wish I would’ve known back when I was first getting started. Game development has a learning curve, and there is so much to learn. With this being said it can be so overwhelming for a beginner getting into the hobby. So today I have put together a list of tips that are so important to know when starting out in Godot that I wish I knew back when I was first getting started. I want to share the knowledge I have learned over the years to hopefully help speed up your development journey and allow you to understand the engine so much faster!
Godot Documentation: https://docs.godotengine.org/en/stable/index.html
Chapters:
0:00 Intro
0:30 What to do First?
1:17 Readable Code
1:55 Godot Docs
2:53 Learn Static Typing
3:24 3 Godot Specific Tips
4:42 My Finial Advice to You
Thank you so much for watching, I really hope this video helped.
if you did enjoy or this video was helpful then all I ask is if you could please subscribe to help out the channel. It means so much and I love your feedback in the comments. I’ll look forward to getting back to you soon! Again thanks so much and I would love to see you again!
These Tutorials take a lot of time to create and I’m working on becoming a better Teacher and learning how to explain Godot things in a better way, if you’d like to support this journey to expand knowledge and help other game dev’s learn to create their own games then please.. Become a Member! It would mean the world and you’ll help me out so much! Thank you!
have a great rest of your day and of course be safe :)
- thanks DevWorm
Check Out How I Turned This Game Into A Speed Runner FPS:
So…I Accidentally Made A Competitive Speed Runner Game - https://youtu.be/kjnp7aICxUQ
Developing 2D Games for 7 Years...I finally gave 3D a Real Try!
1,000 likes and I'll make a demo version of this game and release it to the public as the BEST 3D Speedrunner FPS Rage Game!
WISHLIST My Game Mancers of Magic: https://store.steampowered.com..../app/2912670/Mancers
Discord Server: https://discord.gg/dRDqVEA
Twitter: https://twitter.com/ReeceGeofroy
Instagram: https://www.instagram.com/reece_geofroy/
In this video I decided to try and create my first ever 3d game as a 2d pixel art game developer. I had a great time trying out Godot and would love to continue developing games in both 2D and 3D moving forward. Let me know your thoughts in the comments on what I should try making next (or what engine)!
Get a 90% discount on your .fun domain for one year on https://get.fun/reece
Check out my new site at: https://www.boundlessgames.fun/
#devlog #gamedev #indiedev #voxelart #gaming #fps #indiegame
🐠 Become a MEMBER of The Reef at http://ClownfishMinus.com
Godot Engine 3.33: You Cannot Redot? Godot Engine, a popular open-source game engine, faces community backlash due to its community manager's actions, including using a racial slur and censoring users critical of "woke" posts.
The MIT license of Godot allows large companies like Sega to freely use, distribute, and commercialize the engine, as seen with games like Sonic Frontiers.
The gaming industry has become a battleground for culture wars, with activists attempting to impose their politics on game development.
Activist volunteers taking control of conventions, forums, and communities often bring ideology that can negatively impact the gaming scene.
The decline in gaming quality is often attributed to the departure of original creators and the influx of activist "hacks" attempting to create sequels.
Many developers lack the skills to build their own engines, creating a dependency on existing open-source solutions like Godot.
➡️ Official Merch Store: http://ClownfishMinus.com
➡️ Audio Podcast: https://link.chtbl.com/ClownfishTV
➡️ Official Website: http://ClownfishTV.com
➡️ Official Clownfish TV subreddit: https://www.reddit.com/r/ClownfishTVOfficial/
The Godot Engine has been forked into the "Redo Engine" due to community backlash against perceived censorship and political bias from its community manager, reflecting broader tensions in the gaming culture war.
00:00 Godot Engine's community manager's controversial views sparked the creation of the apolitical "Redo Engine" fork.
03:15 Godot Engine is forked after its community manager censors criticism of woke politics, sparking backlash and highlighting the culture war in gaming.
05:41 Godot Engine is facing backlash over perceived censorship and bias after a controversial post by an indie developer, highlighting tensions between traditional creative roles and new mediums.
08:55 Godot Engine's community manager sparked controversy with a sarcastic post, resulting in bans and the creation of a forked version called "Redo" to focus on game development over political issues.
12:42 The Godot community is navigating the challenge of supporting diverse language speakers while enforcing non-political rules, highlighting the complexities of maintaining neutrality in gaming discussions.
15:13 Community backlash against activist community managers in the Godot Engine leads to a fork, as members prioritize non-political discussions and the integrity of gaming.
18:27 The Godot Engine has been forked amid criticism of its community management, but the new fork is unlikely to succeed due to a lack of identity and the presence of experienced original developers.
22:02 The discussion highlights the absurdity of dividing industries based on political beliefs while promoting a community platform for exclusive content and merchandise.
About Us:
Clownfish TV is an independent, opinionated news and commentary channel that covers Entertainment and Tech from a consumer’s point of view. We talk about Gaming, Comics, Anime, TV, Movies, Animation and more. Hosted by Kneon and Geeky Sparkles.
Disclaimer:
This series is produced by Clownfish Studios and WebReef Media, and is part of ClownfishTV.com. Opinions expressed by our contributors do not necessarily reflect the views of our guests, affiliates, sponsors, or advertisers. ClownfishTV.com is an unofficial news source and has no connection to any company that we may cover. This channel and website and the content made available through this site are for educational, entertainment and informational purposes only. These so-called “fair uses” are permitted even if the use of the work would otherwise be infringing.
#Games #Gaming #News #Commentary #Reaction #Podcast #Comedy #Entertainment #Hollywood #PopCulture #Tech
I share some thoughts on why you should NOT use the Godot Engine.
Question: I just watched your video about switching to the Godot Engine and I was curious if you have any reasons why you wouldn't use it?
Will be doing more of these QA videos and would love to hear from you! If you have a question about game development, solo development, Godot, life, anything...drop it down below in the comments to have it included in a future video.
🔥 SUPPORT THE CHANNEL ►► https://www.patreon.com/StayAtHomeDev_
Thanks for watching everyone!
-----------------------------------------------------------------------------------
STAYATHOMEDEV ►► https://stayathomedev.com
TWITTER ►► https://twitter.com/StayAtHomeDev
GODOT ASSETS ►► https://stayathomedev.itch.io/
#gamedev #gamedevelopment #godot
Redot or Godot? There is a hefty debate going on in which camp former users of the Godot engine pertain to.
Does one stick with Godot or does one run to the upcoming Redot engine camp to give their support there.
What will you do?
Listen to the whole talk about the Redot kickoff in this video that I found on Youtube:
https://www.youtube.com/watch?v=PPcNAPPb044&t=2246s
Would you like to integrate your game with a third-party C++ library? Or, extend Godot engine at a fundamental level without having to modify its source code? Or, just need some code to run faster than GDScript can handle? You can do all these things (and more!) using GDExtension. In this workshop, we’ll go step-by-step through the process of writing your first GDExtension in C++ using godot-cpp. If you want, you can bring your laptop and follow along!
🔗 https://bit.ly/godotcon2024-gd....extension?r=godotyou
Learn GDScript in 1 hour!
► Get 1 week FREE and 40% OFF on CodeCrafters: https://app.codecrafters.io/join?via=Brackeys
● Our Godot MEGA Tutorial: https://youtu.be/LOhfqjmasi0
❤️ Donate: https://www.paypal.com/donate/....?hosted_button_id=VC
● More on Input: https://docs.godotengine.org/e....n/stable/tutorials/i
● Bitlytic's video on Composition: https://youtu.be/74y6zWZfQKk?si=a4tBMotO5nprmBD5
● More on Call down, Signal up: https://kidscancode.org/godot_....recipes/4.x/basics/n
● GDScript Style Guide: https://docs.godotengine.org/e....n/stable/tutorials/s
····················································································
► Join Discord: https://discord.gg/brackeys
● Website: http://brackeys.com/
····················································································
► All content by Brackeys is 100% free. We believe that education should be available for everyone.
❤️ Donate: https://www.paypal.com/donate/....?hosted_button_id=VC
····················································································
🎵 Disco Knights - Quincas Moreira (YouTube Audio Library)
····················································································
TIMESTAMPS:
0:00 Intro
2:25 Hello, World!
4:01 Syntax
5:00 Modifying nodes 1.0
6:33 Input
8:38 Variables 1.0
10:31 If-statements
13:00 Comments
13:45 Variables 2.0
18:28 Functions
22:27 Random numbers
24:09 Documentation
24:33 Arrays
26:35 Loops
30:24 Dictionaries
33:54 Enums
36:58 Match
37:57 Modifying nodes 2.0
40:34 Signals
44:29 Get / set
47:18 Classes
51:40 Inner classes
53:20 Inheritance
55:10 Composition
55:29 Call down, signal up
57:06 Style
57:22 Puuuh, good job!
Open-source game engine Godot has gone on a massive blocking spree and hidden hundreds of not thousands of tweets via their official Twitter account, these actions amassing immense negative public attention.
-----
🐦twitter: https://twitter.com/_Hero_Hei_
gameplay: Ravenfield
___
🎁 becoming channel member: https://www.youtube.com/c/herohei/join
#gaming
#videogames
#gamedev
the pixel will grow
discord: https://discord.gg/pixelgrew-1150040799569002586
Менеджер сообщества и модераторы "Godot Engine" были в шоке от комментариев в социальных сетях после того, как они объявили о своей повестке.
I've been seeing pictures of this guy every time I opened up the trilogy game to play it, and NOW we finally get to meet Godot!
...we'll see if we like him or not.
-----------------
Follow Me Online:
Patreon:
http://www.patreon.com/meowitsmartha
Instagram:
http://www.instagram.com/meowitsmartha
TikTok
https://www.tiktok.com/@meowitsmartha
Twitter:
http://www.twitter.com/meowitsmartha
Twitch:
http://www.twitch.tv/meowitsmartha
Facebook:
http://www.facebook.com/meowitsmartha
Marth-Mallow Discord Server:
https://discord.gg/zrv9HAnhkn
Today we are going to be checking out some of the best Godot game engine developed games available on Steam. "Best" is a very arbitrary word when it comes to games, so today we are focusing on Godot Engine developed games that are highly rated, selling well or from a high profile developer. We also toss in a couple games that are absolutely odd as hell (but beloved) as well as looking at a few of the highest profile in development Godot engine games.
Links
https://gamefromscratch.com/th....e-best-of-godot-game
-----------------------------------------------------------------------------------------------------------
*Support* : https://www.patreon.com/gamefromscratch
*GameDev News* : https://gamefromscratch.com
*GameDev Tutorials* : https://devga.me
*Discord* : https://discord.com/invite/R7tUVbD
*Twitter* : https://twitter.com/gamefromscratch
-----------------------------------------------------------------------------------------------------------
Look it's nothing!
Part 2: https://www.youtube.com/watch?v=PTxyu_p1qkc
Watch the stream here:
https://piratesoftware.live
Join the community here:
https://discord.gg/piratesoftware
#Pants #Godot #PirateSoftware
- Edited by Sunder
Three weeks ago, a controversial tweet from Godot’s official X account ironically referenced “woke” games, sparking major backlash, bans, and discussions across the community. Now, with tensions easing, I feel it's the right moment to share a balanced perspective, particularly given the channel’s focus on Godot, aiming for an objective, respectful discussion that reflects my genuine thoughts on the matter.
🔔 Subscribe:
Subscribe to my channel to see more videos like this:
http://www.youtube.com/@GameDe....vWDavid/noodlemx?sub
🔵 Follow me:
Find out about my latest videos and publications:
https://twitter.com/GameDevWDavid
https://mastodon.social/@GameDevWDavid
https://davidserrano.io/
---
This video shows footage of the following videos that are licensed under the Creative Commons license (https://creativecommons.org/licenses/by/4.0/):
- Godot Engine - 2023 Showreel (https://www.youtube.com/watch?v=W1_zKxYEP6Q)
- Godot Engine Mobile Games Showcase | November 2021
https://www.youtube.com/watch?v=BhwMSfX-8iw
This video uses memes from memes.com for entertainment purposes. All rights to the images belong to their creators.