This project is a framework to code complex and smooth AI movement in the Godot game engine, in GDScript, using steering behaviors. It works in both 2D and 3D games. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
http://gdquest.com/docs/godot-steering-ai-frameworkTags | framework ai algorithms game-development artificial-intelligence godot godot-engine steering-behaviors gdscript agents godot-game-engine |
Implementation | GDScript |
License | MIT |
Platform |
Harvester is a Free and Open-Source top-down space mining game made with the Godot game engine. Control your spaceship in forays into an asteroid belt, gather iron, and bring it back to base. Spend them on upgrading your ship's speed and maneuverability and cargo space. But beware, as you are not alone out here. Pirate miners are out there and want to monopolize the business.
ai procedural-generation space game-development artificial-intelligence godot godot-engine steering-behaviors gdscript godot-game space-mining-gameThis is our work repository for the Create your Own Games with Godot, the Free Game Engine Kickstarter campaign. We created over 10 MIT-licensed Godot demos, and dozens of game creation tutorials.
game open-source gamedev tutorial game-development godot godot-engine gdscript kickstarterHere are all the Godot 3.0 code projects from our tutorials on the GDquest Youtube channel . ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
tutorial godot godot-engine gdscript 2d-game 2d-game-engine godot-kickstarterHere are all the Godot 3 code projects from our tutorials on the GDquest Youtube channel . You can find all the Godot 3 demos are in the /2018 folder.
tutorial godot godot-engine gdscript godot-kickstarter 2d-game 2d-game-engineGodot PCG (Procedural Content Generation) is a project to build a series of algorithms and demos to learn about procedural generation. The algorithms are from our course Godot PCG Secrets. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
procedural-generation godot-engine pcg gdscript procgen godot-proceduralPower Pitch was made also a slideshow system made in Godot, that now became its own project: Godot presentations. You can also find a video recording of the original 40 minutes Intro to Godot 3 (Thanks to Gabriel Marais for the English translation).
multilingual slideshow game-engine presentation slides game-development godot godot-engine gdscriptA course based on a short 2d game demo inspired by metroidvanias split into a Free, beginner-friendly series and a paid, intermediate-level series that builds upon the Free one. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
game mit platformer godot godot-engine platform-game 2d-game 2d metroidvania godot-game⚠ The project only supports Godot version 3.2 and above. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
games video-game gdscript character-controller godot-game-engine 3d-character godot-mannequinTrello inspired kanban board made with the Godot Engine and GDScript, powered by an online real-time collaborative backend made with Elixir and Phoenix Channels (with the possibility of additional backend languages and frameworks). ATTENTION: 70% done. Remaining WIP in the branch integrate_elixir. See "Progress" below. In the end, the idea is to showcase Godot as a viable option for native Desktop applications and tools, no matter how simple or complex/advanced the application and the interface are.
elixir godotengine godot elixir-lang godot-engine elixir-phoenix gdscript phoenix-frameworkOpenRPG is a tool and a demo to create Role Playing Games with turn-based combat. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
game rpg gamedev game-development godot godot-engine turn-based combat gdscript jrpgThis is the full source code with all the system produced for the Make Professional 2d Games with Godot course. This game demo tries to show good Godot programming practices to support a growing game project. It has multiple interlocking systems, the core gameplay loop in place, a boss encounter, an inventory and shop systems, user interface with nested menus...
game video-game game-development godot mit-license gdscriptGodot Node Extensions, AKA Godot NExt, is a Godot 3.1+ repository dedicated to collecting basic script classes that are currently unavailable in vanilla Godot. As you might have noticed, Godot Engine's initial node offerings are general purpose and are intentionally not oriented towards particular types of games.
plugins godot godot-engine gdscriptGodot Shaders is a repository of Free shaders, part of which we made for our course Godot Shader Secrets. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
game shaders godot-engine game-assets godot-shader godot-shaders shader-secretsGodot Visual Effects is a Free and Open-Source set of polished visual effects from our course Godot VFX Secrets. ➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.
explosions laser godot gam trail godot-visual-effects vfx-secrets game-assetA curated list of free/libre games, plugins, add-ons and scripts for Godot. Looking for third-party programming language support in Godot? See Vivraan/godot-lang-support.
awesome game-development godot awesome-list godot-engineA curated list of free/libre games, plugins, add-ons and scripts for Godot. Games that use Godot.
godot godot-engine awesome awesome-list game-developmentAn artificial intelligence framework, entirely written in Java, for game development with libGDX.The gdxAI project is a libGDX extension living under the libGDX umbrella. However it does not force you to use that specific framework if you do not wish to do so. The libGDX jar remains an essential requirement, mostly due to the use of libGDX collections which are optimized for mobile platforms by limiting garbage creation and supporting primitive types directly, so avoiding boxing and unboxing.
libgdx pathfinding steering-behaviors formation-motion behavior-trees artificial-intelligence framework npc state-machines decision-making gamedev movementLorien is an infinite canvas drawing/note-taking app that is focused on performance, small savefiles and simplicity. It's not based on bitmap images like Krita, Gimp or Photoshop; it rather saves brush strokes as a collection of points and renders them at runtime (kind of like SVG). It's primarily desinged to be used as a digital notebook and as brainstorming tool. While it can totally be used to make small sketches and diagrams, it is not meant to replace traditional art programs that operate on bitmap images. It is entirely written in the Godot Game Engine. For an overview on how to use Lorien have a look here. ⚠ This is very much a WIP and still a bit rough around the edges ⚠. The savefile format might also change in the future. Contributions (be it bug reports, code, art or translations) are very welcome.
notebook godot-engine note-taking vector-graphics drawing-app infinte-canvasCartographer is a GPU powered terrain editor for Godot 3. Cartographer now comes with a custom TextureArray Importer, this is the most stable and performant way to generate TextureArrays for your terrain material. Godot comes with a built-in TextureArray importer, but it works by requiring you to merge all your textures into one large image in a grid pattern, then importing that image and telling the importer how many rows and columns it should split the image by.
plugin addon terrain godot godot-engine terrain-editorGodex is a Godot Engine ecs library. Disclaimer: this module is still in development, open an issues to report any problem or a new discussion if you need any help. Any form of contribution is welcome.
gamedev game-engine game-development ecs entity-component-system
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.