init: DauphinCraft setup — Godot 4 project scaffold

This commit is contained in:
Floppyrj45
2026-04-19 17:02:25 +02:00
commit 77b1df6060
11 changed files with 73 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# DauphinCraft
Minecraft-like sous-marin — joue un dauphin dans un océan procédural.
## Lancer le projet
```bash
"/c/Users/flopp/Godot4/godot.exe" --path /c/Users/flopp/Nextcloud2/DauphinCraft
```
Ou ouvrir Godot 4, importer `project.godot`, puis F5.
## Structure
```
scenes/ Scènes Godot (.tscn)
scripts/ Scripts GDScript (.gd)
assets/ Modèles 3D, textures
audio/ Musique, effets sonores
shaders/ Shaders GLSL/Godot
```