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.
This is a stylized procedural planet generator written in Godot 3.0. It creates oceans, lakes, icy mountains, forests, etc.
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
This is a spectral visualizer that analyzes the frequencies of music and sound, written in Godot 3.1. The bar's length and intensity depend on the amplitude of its corresponding frequency.Important: this requires at least Godot 3.1 Alpha Mono edition. Older versions, such as Godot 3.0.x, will not work.Additionally, you need to install some packages using nuget before running the project. See the readme for more information on how to do this: https://github.com/Bauxitedev/spectral-visualizer/blob/master/README.md
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
A mole game
An experimental musical instrument, made with Godot 3.1.The idea is that there are multiple emitters on the screen that periodically spawn balls. When the balls touch a line, a sound is emitted. The kind of sound depends on the color of the ball, and the pitch of the sound depends on the velocity of the ball.You can draw lines by holding the left mouse button and erase them again by pressing the right mouse button.You can get the executables here: https://bauxite.itch.io/balldrop
Analog stick suitable for using in games on mobile devices and tablets (all touch screen devices)made by Jakub Grzesik (http://www.kivano.games/)ported to v 3.1 and example by (Sami Hadef)permission by Jakub Grzesik
The Godot Open Dialogue is a non-linear conversation system that uses JSON files to handle complex dialogues.
A bench marking project for Godot 3.1 2D Lighting and Shadows.
A basic first-person character for easy implementation.