Login
Discover
Waves
Communities
Login
Signup
Topics
#godot-engine
Global
Trending
Hot
New
Top
#godot-engine
New
Top communities
Create your community
latest #godot-engine created topics | Ecency
pab.ink
ita
2019-11-23 17:00
Ink & game
In questi lunghi pomeriggi piovosi, che si susseguono ormai da settimane, intrattenere i figli che devono controvoglia rimanere in casa, non è cosa semplice. In verità sarebbe sufficiente dargli libero
$ 3.042
175
16
1
vhhau
gamedev
2018-07-05 07:55
My experience about making game and upload to google play with godot engine
So after getting a developer account, I immersed myself in learning, testing google play api and ways to earn money with games. Why I choose Godot engine? -Because it is the most suitable engine that I
$ 0.249
33
4
sp33dy
utopian-io
2018-04-13 22:59
Tutorial (Godot Engine v3 - GDScript) - Wave formations (scripted)!
Tutorial ...Programatically using Wave formations (part 2) What Will I Learn? Following on from yesterday's "concept" tutorial about Wave formations; which implemented Path2D and PathFollow2D
sp33dy
utopian-io
2018-04-12 22:22
Tutorial (Godot Engine v3 - GDScript) - Wave formations (concepts)!
Tutorial ...learn to use Path2D and FollowPath2D for Wave formations (concepts) What Will I Learn? As part of my tutorial for beginners, I now need to implement WAVE formations; in addition to the 'Pack'
rivereyesmusic
Liketu
2026-07-20 15:00
Promoted
Pizza with my boyfriend 🍕
Hoy mi novio me llevó a degustar unas pizzas que estaban deliciosas. Fue un momento extraordinariamente romántico y acogedor.
sp33dy
utopian-io
2018-04-12 09:21
Back from holiday!
Hi all, Thanks for sticking around; if you have! I've just returned from a fantastic trip to Lanzarote. I'm all refreshed and have been thinking about the Invader Paths for multiple waves. What I want
wolfwin
gamedev
2018-04-01 06:58
Godot 3: Top 7 Things You Wish You Were Told
The all the things you should have been told about Godot~ TL:DR An admission of how dumb I was when I first started. Autoload More often then not, games need single entities to manage scene switching,
sp33dy
utopian-io
2018-03-24 22:55
Tutorial (Godot Engine v3 - GDScript) - GUI for score & lives!
Tutorial ...learn to build a GUI for score and lives! What Will I Learn? Hi, I've been distracted recently by writing some Physics based tutorials, please visit the more advanced subjects (as found in
sp33dy
utopian-io
2018-03-23 14:55
Tutorial (Godot Engine v3 - GDScript) - RigidBody Rope!
Tutorial ...learn about RigidBody Rope! What Will I Learn? Hi, In my last tutorial, I demonstrated how to create a simulated Chain, using RigidBody Nodes utilising Godot Engine's physics engine. Despite
poetafranko
Hive Cuba
2026-07-18 22:46
Promoted
DESDE LA MAREA NEGRA CUBA AFLORA | FROM THE BLACK TIDE, CUBA EMERGES [es|en]
Fuente Hola hivers, un gusto saludarlos y compatir este poema con ustedes. Abrazo especial a la Comunidad @hivecuba 🇨🇺 Mi poema es un lamento, como para muchos, una queja alver algo que no se puede cambiar.
sp33dy
utopian-io
2018-03-20 12:30
Tutorial (Godot Engine v3 - GDScript) - Verlet Chain (v0.01)!
Tutorial ...learn about Verlet Chains! What Will I Learn? Hi, I posted a tutorial at the weekend that demonstrated both Verlet Integration and Godot's RigidBody physics. At the end of the tutorial, I mentioned
sp33dy
utopian-io
2018-03-18 23:09
Tutorial (Godot Engine v3 - GDScript) - Physics (Verlet vs RigidBody)!
Tutorial ...learn about Verlet Integration! What Will I Learn? Hi, welcome back! I posted an update last week to state why I'd not continued recently with any of my tutorials. This was due to a combination
sp33dy
utopian-io
2018-03-17 23:41
Tutorial (Godot Engine v3 - GDScript) - Colour use!
Tutorial ...learn to add colour to the game! What Will I Learn? I ended the last Tutorial stating that the next step is to add colour to the game! If you've tried the "Space Invaders" clone on
sp33dy
utopian-io
2018-03-16 21:17
Tutorial (Godot Engine v3 - GDScript) - Generic screen wrapping Node!
Tutorial ...learn to build a generic Node that screen wraps its parent Node! What Will I Learn? I previously wrote an article which explained how to create a Sprite script to force it to wrap around the
dazzler75
Photography Lovers
2026-07-21 13:44
Promoted
When everything changes
-71.07406, 45.00000
test
sp33dy
gamdev
2018-03-12 13:02
Tutorial (Godot Engine v3 - GDScript) - [Prototyping update]
... Tutorials ... Prototyping continued Hi all, A quick update, as I'm still concerned that I've not posted tutorials recently. It's not that I'm working on it, on the contrary! If you see a white border,
sp33dy
utopian-io
2018-03-09 11:32
Tutorial (Godot Engine v3 - GDScript) - [I'm Prototyping!]
... Tutorials No updates recently Hi all, I'm writing this to keep you up to date with what I'm doing. I've been distracted this week because of: Consultancy work for a big client; I need to pay the bills!
thelavablock
utopian-io
2018-03-06 22:27
Godot Engine Tutorial - Making a 2D Game - UI/Mechanics/Sound
User interfaces, game mechanics and sounds are fundamental in every game. We will learn how to create a simple 2D dice game called Dice Pig in Godot Engine. At first, let's take a look at the game itself.
sp33dy
utopian-io
2018-03-03 16:16
Tutorial (Godot Engine v3 - GDScript) - Generic screen wrapping Sprite!
Tutorial ...learn to build a generic Sprite that will wrap around the screen! What Will I Learn? As part of the "Space Invaders" clone, I'm building as part of the beginners set of tutorials,
apnigrich
Family & Friends
2026-07-19 22:37
Promoted
Flying On Four-wheeled Steel Horses
Flying on four-wheeled steel horses.
This post is for #SublimeSunday is inspired by @c0ff33a and #BeautifulSunday is initiated by @ace108 The past weekend has been eventful. And it was a wonderful 2 days that I spent with my family, with
sp33dy
utopian-io
2018-03-02 18:41
Tutorial (Godot Engine v3 - GDScript) - Collision Detection!
Tutorial ...learn how to add Collision Detection! What Will I Learn? This tutorial builds on the last, which explained how to add Bullets. In this article, you will learn how to add collisions to the game;
sp33dy
utopian-io
2018-03-01 16:30
Tutorial (Godot Engine v3 - GDScript) - Bullets!
Tutorial ...learn how to add Bullets! What Will I Learn? This tutorial builds on the last, which explained how to add the Player Ship. In this article, you will learn to add bullets to the game! Note:
sp33dy
utopian-io
2018-02-27 19:14
Tutorial (Godot Engine v3 - GDScript) - Player Ship!
Tutorial ...learn how to place the player ship! What Will I Learn? This tutorial builds on the last, which explained how to add invader graphics. In this article, you will learn to place a player ship
sp33dy
utopian-io
2018-02-24 18:57
Tutorial (Godot Engine v3 - GDScript) - Invader Graphics!
Tutorial ...learn how to place the Invader graphics in! What Will I Learn? This tutorial builds on the last, which explained how to add smooth movement to the Invaders. In this article, you will learn
Older →