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
Example of binary game. Improve your ability to convert decimal numbers to binary.
A simple plugin which adds a new dock to your project. In this dock, the plug-in will track the amount of time that goes by as the project this plug-in is active in is open in your editor. This data is saved and restored automatically as the project is opened & closed. A reset button is provided if you want to reset your project time for any reason.Updates:-0.2: Added a session time tracker (resets every time you open the project)
The Arc dark theme for godot editorBoth lowDPI and HiDPI are supported
Cute 3D third person shooter game kit.What's included in this project:- Third person player controller.- Networked multiplayer implementation, use -sv param to host a server with headless version of export template.- Gun firing, currently only have projectile firing (rocket launcher).- Chat system with a text command.To do:- Lobby system.- Scoreboard.- Capture the flag mode ?- Etc.
1000 years after post-apocalyptic Earth, many form of lifes went extinct, including humans. An alien robot series, called Minilens, are cleaning up earth and collecting surviving flora. The game is won by destroying all Radioactive Barrels and collecting surviving flora. The drawback is that Minilens can't jump.
Plugin that makes version management for your projects easier and adds the ability to check for newer published versions on iOS/Android
A simple example game mimicking the arcade classic Snake. Uses Godot's custom drawing.- Arrow Keys to move.- Collect food (orange) to grow.- Don't hit the edges or cross over yourself.