summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-05-29 02:12:55 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-05-29 02:12:55 -0600
commitad184be5f8f81922012149bf78dea5b001b86b69 (patch)
treec691525d40bf8149bde1aa1cdeeda3da49a705b0 /README.md
parentfc2cee609971c0809966b010be8d03ce0738231f (diff)
Add Godot license and start minimal Godot project
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53d46c0..47a5fee 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
-# gogodot_jam3
-Entry for the Go Godot Jam 3: https://itch.io/jam/go-godot-jam-3.
+# GoGodot Jam3
+
+Entry for the [Go Godot Jam 3](https://itch.io/jam/go-godot-jam-3).
+
+## License
+
+This game uses Godot Engine, available under the following license: [Godot License](https://godotengine.org/license). Also found as `LICENSE.Godot`
+
+The game itself is under the MIT License, found as `LICENSE`.