A curated list of free/libre games, plugins, add-ons and scripts for Godot.
Games that use Godot.
- ANSiTURE - Adventure platformer using only text based (DOS ANSi) characters.
- Blipshift - Simple top-down moving platforms game.
- BlockPop - A simple Breakout clone.
- Bombs - Simple mobile game. You need to touch bombs to defuse them.
- Drone Commander - Command swarms of drones against aliens. Made for CGA JAM
- Captain Holetooth - Explorative platformer in a detailed world. Geared towards younger players.
- Dolphin Island 2 - Platformer game made for the A Game By It's Cover 2015 Game Jam
- DynaDungeons - Bomberman clone in a fantasy universe.
- Kraken-Rampage - Ludum Dare 33 entry made in 48 hours.
- Libre Pinball - A pinball game.
- Minehunter - A Minesweeper clone
- Minilens - Free puzzle platform game.
- Mountain of Hope - Game made on Theater Game Jam (PGA 2015)
- Ninja-Training - Small running game done as 1 hour challenge.
- No hope - Ludum Dare 33 entry made in 48 hours.
- Planet Rider - 2D physics parkour game in an alien environment.
- Platshoot - A 2D shooter game.
- Ringed - Top-down shooter with extensive usage of light effects.
- Tanks of Freedom - Free turn-based isometric strategy game.
- Three Hungry Mice - Breakout game with mice made for the Godot Engine Jam 03/2016
- Cheese Hunter - A Game for Godot Engine Jam 03/2016
- MouseBoat - Play as a mouse and sail around a pond. Cast your rod and try to catch some fish.
- Veraball - Free "roll the ball" game. Collect coins and reach the finish, without falling out of the level.
Demos to learn GDScript, its concepts, and various game features.
- Cave generator - Simple cave generator utilizing Cellular Automata Method
- FPS Test - A singleplayer FPS test. Physics work, but there are no enemies and no proper shooting.
- HTTP Server - A HTTP 1.0 file server.
- Pathfinding 2d - A demo project demonstrating pathfinding using a tilemap.
- UDP Snapshot interpolation - Lets you connect to a server and view networked physics.
- UDP State synchronization - A more efficient networking demo than the snapshot interpolation one.
- Voxel Game - MineCraft like voxel terrain
Themes for your Godot games or user interface.
- Arc/Arc Dark
- Iso Dark Theme - A clean, modern dark theme.
Stuff integrated into Godot core (C++).
- godot-python - Python support for Godot 3.
- godot-enet-better - A better ENet module for high performance multiplayer games with Godot.
- Gdnet - An ENet wrapper for Godot.
- Gdnet for Godot 3 - An ENet wrapper for Godot 3.
- Head tracking using OpenCV
- Open Adaptive Music Library
- RawPacker - Simple binary packing/unpacking for RawArray.
- WaterSplash 2D node
Scripts that let you do new stuff, or enhance Godot functionality.
- Add Primitives - Add cylinders, spheres, cubes easily.
- Atlas importer - The plugin to import packed atlas from TexturePacker, Attila and Kenney Assets
- Auto Tile Layer - addon that allows automatic 2D tiling using RPG Maker's Autotile format
- Camera2D Screen Shake - Screen shake effect for Camera2D.
- Create Tileset - Plugin to generate Godot tilesets based on atlas images
- CRT Shader - Godot shader that simulates CRT Displays.
- Easing Script - A port of the Robert Penner's equations for easing
- Escoria - Point & click adventure game framework
- Example Model Importer - A script that imports models with inverted normals (proof of concept).
- GodotNotificationCenter - A notification center for Godot.
- GodotTIE - Text Interface Engine to control text output (like in a RPG dialogue)
- Grass Plugin - A plugin to handle huge amount of grass, foliages and other vegetations
- gterm - GUI Control that draws something similar to *nix terminal emulators
- GUT - Utility for writing unit tests in GDScript.
- Heightmap - Make an heightmap into terrain.
- OpenClipArt Store - Lets you integrate OpenClipArt assets easily, with a browser.
- Polygon Merge - Merge polygons.
- Resolution Switcher - Switch resolutions easily, for testing.
- Simplex 2D/3D - Simplex deterministic noise functions.
- SMRT-Godot - A dialog system and editor fairly customizable, a nice fit for story-driven games.
- SUTjoystick - Easy gamepad support for GNU/Linux and Windows.
- Tiled importer - Import maps from Tiled.
- Tiled importer - The plugin to import tile maps from Tiled for godot 2.1.
- Tileset Builder - Build tilesets.
- Simple Adventure API - Create Adventure/VN/IF games with a simple API
Add-ons for text editors that add syntax highlighting to GDscript.
- Atom
- Geany
- Gedit
- Sublime Text
- Vim
- Visual Studio Code - Comes with a wealth of features to make your programming experience as comfortable as possible.
Alternative themes for the built-in script editor.
- Syntax themes by Geequlim - Chester, Google Code Light and Monokai
- Syntax themes by Calinou - Atom Dark, Darcula, Gruvbox Dark, Metro, Monokai, One Dark, Solarized Dark
Those builds will let you use recent versions of Godot Git, but they may be less stable than official ones, use at your own risk.
Calinou's builds- Currently unavailable.- Digitecnology's builds
Other stuff.
gd-com
npm package - Communicate with Godot clients using Node.js.- godot.sh - Script that automatically downloads and launches latest version of Godot, or compiles and launches the Git
master
branch. - godot-wrapper - Script that helps Debian and Ubuntu users install and use Godot.
- joystick-mapping - Tool to generate gamepad mappings for all supported platforms.
- replicate-file.sh - Script to update copies of a file with one master file.
- strip-to-frames.pl - Perl script to split a grid spritesheet image into numbered individual frame files.