Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hugo-dz/super-godot-galaxy
- Owner: Hugo-Dz
- License: mit
- Created: 2023-10-07T11:22:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T19:11:16.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:51:54.430Z (7 months ago)
- Topics: game-development, godot
- Language: GDScript
- Homepage:
- Size: 28.1 MB
- Stars: 75
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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