Tiny Crate is a cute little precision platformer with puzzle elements!- Lift and toss crates to traverse over spike pits and reach higher ground!- Weigh down buttons to create platforms and solve the puzzle!- Push yourself and make tight jumps! You got this! <3 (:Built with Godot 3.6Using Aseprite Importer by hectroid - godotengine.org/asset-library/asset/611Play on Windows, Linux, Mac, Android or Web!
WRAP IT UP is a Screen Wrapping Arcade Platformer Game- 21 Stages of Screen Wrapping Action!- Leap through an infinite Void- Squish Gumdrops- Beat every stage to play Loop 2 and beyond (:WRAP IT UP started as a mini-game in ROTA - godotengine.org/asset-library/asset/1930WRAP IT UP is a sequel to Candy Wrapper - godotengine.org/asset-library/asset/1939Built with Godot 3.6Play on Windows, Linux, Mac & Web!
In ROTA gravity bends beneath your feet! Move blocks and twist gravity to solve puzzles. Collect all 50 gems and explore 8 vibrant worlds- Rotate gravity as you walk over the edge!- Push, pull and rotate gravity-blocks to traverse the stage and solve puzzles.- Collect all 50 gems to unlock doors and explore 8 vibrant worlds!- Listen to an original ambient soundtrack that will keep you relaxed while solving challenging puzzles. (:- Watch out for spikes! 0:Built with Godot 3.6Using Godot-Steam-API by samsface - godotengine.org/asset-library/asset/1020Play on Linux, Windows, Mac, Web & Android!
A Godot TOML parser for Godot 3.xUsage```var toml = TOMLParser.new() # Define the parser in your scriptvar file = toml.parse("res://file.toml") # Load your TOML file from a specified path# After that, it behaves exactly like a dictionaryprint(file["variable"])```Current Issues -Octal and binary numbers aren't supported -Complex Date-time (eg. 1979-05-27T00:32:00.999999-07:00) isn't valid -Multi-lined strings can't start on a new line -Multi-lined arrays aren't supported
Open an external script editor alongside the built-in editor, allowing you to use features from both at the same time.Visit the repository for setup instructions.Based off the original by calviken (repo now gone)
A simple project that uses cells from tilemaps to construct paths between origin and target position with a custom A* based Pathfinder written in GDscript.
Simple kanban board for project planning
Urban themed tilemesh and rigid bodies from assets made by Nobiax.
TextureProgressOfSubunitsGodot asset to create a texture progress (health bar) of individual subunitsWhy?A simple progress bar does not give any visual indication of how much "stuff" is left. Historically, a label is given to show this: 400/640 for example. Some games, like Overwatch, solve this problem by making the health bar out of individual subunits that give an immediate indication of the amount of health each character has.
A simple dialogue box for 2D games
Cutout animation characters used in Pigdev Studio's games.
GDNative Leap Motion driver for Godot 3.0.3 and newer.Windows binaries only at this point in time.
This is a stylized procedural planet generator written in Godot 3.0. It creates oceans, lakes, icy mountains, forests, etc.
GCode is a simple cheat code system using the built-in inputmap (actions).Usage:This plugin provides a custom node (GCode). This node will be used to manage your cheat codes.Add it to the tree and configure the cheat code actions (string array).You can also set a time threshold (0 is disabled).Then connect the node signals to handle the "done", "miss" and/or "step" events of the cheat code.
Meteorite is a lowres metroidvania FPS, inspired by Metroid Prime, made for LOWREZJAM 2018. Explore a facility on a far away planet, find gun upgrades, and upgrade your movement capabilities to surpass previously unsurmountable obstacles.Important: before running the game you must download a font or you won't see any text. For instructions, see https://github.com/Bauxitedev/meteoriteFor more information you can check out the game's description on itch.io: https://bauxite.itch.io/meteorite
A tool to create cartoon/manga style labels.
Open an external script editor alongside the built-in editor, allowing you to use features from both at the same time.Visit the repository for setup instructions.
This is the source code of my audio game rpg Ptolem's Singing Catacombs that I made in Godot for my capstone projectYou can learn more about it here: Ptolem's Singing Catacombs: https://www.youtube.com/playlist?list=PLmugv6_kd0qOCZ4M105mLx5ICuaSJttlt
3D Tetris clone
OpenHMD GDNative driver for Godot.Windows build only at the moment, Mac and Linux builds will follow soon.