home.social

#godotgame — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #godotgame, aggregated by home.social.

fetched live
  1. En el videojuego Thrive, tomamos el control de un organismo que tenemos que evolucionar para adaptarse a un entorno alienígena y competir contra otras especies.

    Es software libre pero podéis comprarlo en Steam para apoyar el proyecto y a sus desarrolladores @Thrive_Game

    store.steampowered.com/app/177

    Si lo queréis probar de forma gratuita podéis instalarlo desde Flathub.

    flathub.org/apps/com.revolutio

    #Thrive #linuxgaming #flossgames #flossgaming #godotgame #linuxnative

  2. ¡Of Life and Land publica la versión 1.0 y lo hace acompañando de una rebaja del 40%!

    Este videojuego, nativo para Linux y hecho en Godot, es de tipo de construcción de asentamientos pero con la particularidad de que la naturaleza tiene un gran impacto en su gestión.

    Podéis echarle un vistazo en su página de Steam

    store.steampowered.com/app/173

    #linuxgaming #linuxnative #strategygames #oflifeandland #steam #godotgame

  3. Of Life and Land es un juego de estrategia en el que creas tu propio asentamiento y en el que la relación de tus aldeanos y el ecosistema tiene una gran importancia en su desarrollo..

    Nativo para Linux, hecho en #godotengine, lo cierto es que tiene muy buena pinta. Su propio autor @Kerzoven tiene cuenta en Mastodon por lo que podéis seguir los avances del desarrollo del videojuego en esta misma red social.

    store.steampowered.com/app/173

    #linuxgaming #strategygame #godotgame

  4. Based on the video about making a better jump system, I realized that I could take a similar approach to calculate acceleration and friction setting a velocity and time 🤓

    This way instead of trial and error trying to get the perfect acceleration. I set how much time it takes to get to max speed, and how much time to fully stop 🤔

    Based on this equation:

    a = (v - u)/t

    As in this case u is zero, so we get:

    a = v / t

    #Godot #GameDev #GodotGame #LinuxGameDev #Maths

  5. We just updated the forums with a cool new feature! We added a section that displays the latest Godot Engine news. Sourced directly from the Godot Engine News Feed. Great way to help the community to stay up to date.

    Come hang out! godotforums.org

    #godotforums #godotengine #godot #godot4 #godotgames #godotgame #gamedev #gamedevelopment #games #gamesindustry #indiedev #indiegame #indiegames #indiegamedev #dev #dev #gameengine

  6. I'm happy to announce that we are now highlighting promising projects on the Godot Forum’s front page! Projects voted by the forum team (for now) that we feel are exciting and that deserve more exposure. This will keep evolving over time. Come and hang out!

    Https://godotforums.org

    #godotforums #godotengine #godot #godot4 #godotgames #godotgame #gamedev #gamedevelopment #games #gamesindustry #indiedev #indiegame #indiegames #indiegamedev #dev #dev #gameengine

  7. @joelmartinez That one thing that I want to add about #Godot :godot: that #GodotEngine is actually a #GodotGame. By that I mean the IDE that you are using while #indiedev ing is actually Godot Games with Editor options on, and your exported project is without. Making it easier to work with source if you want to extend it.