Hugo-Dz / super-godot-galaxy

💫 Super Mario Galaxy concept made in Godot 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Godot Galaxy concept

This little project is a concept of Super Mario Galaxy like mechanics made with Godot 4. I dit it for learning purposes and used the 3D starter kit from Kenney as starting point.

Run it locally

Clone the project

  git clone https://github.com/Hugo-Dz/super-godot-galaxy.git

Open Godot and import the project.godot file

Screenshot

Blender tutorial (for the starry skybox)

You can find a quick tutorial on how to create a starry night sky with Blender here.

Tips to publish Godot 4 games on the Web

Godot 4 introduced multithreading using SharedArrayBuffer, so make sure to set the required COOP and COEP Headers on your server.

To publish on Itch io, you need to enable the SharedArrayBuffer support option.

Special thanks

Kenney for the awesome assets and 3D starter kit. Check out his work at kenney.nl. Consider a donation!

License

MIT License

About

💫 Super Mario Galaxy concept made in Godot 4

License:MIT License


Languages

Language:GDScript 100.0%