Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugo-dz/super-godot-galaxy

💫 Super Mario Galaxy concept made in Godot 4
https://github.com/hugo-dz/super-godot-galaxy

game-development godot

Last synced: 7 days ago
JSON representation

💫 Super Mario Galaxy concept made in Godot 4

Awesome Lists containing this project

README

        

# 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](https://godotengine.org/asset-library/asset/2120) from Kenney as starting point.

## Run it locally

Clone the project

```bash
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](https://x.com/HugoDuprez/status/1713973279147372546?s=20).

## 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](https://kenney.nl/). Consider a donation!

## License

MIT License