summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-10 03:34:17 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-10 03:34:17 -0600
commit1b238d338028394f2e9a6b93b468913b114b26f7 (patch)
treea36153854a8b30c86850112b4edeaf5dd810b941 /README.md
parentde58a01b6c1e9b446f8914e696969249f26d50de (diff)
add more description, updated license and added credits
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6f90c81..47dc4d6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,26 @@
# GoGodot Jam3
-Entry for the [Go Godot Jam 3](https://itch.io/jam/go-godot-jam-3).
+Entry for the [Go Godot Jam 3](https://itch.io/jam/go-godot-jam-3). Ended up calling the game *Snake-tronic* (it's a meme).
+
+Made in *Godot 3.5-rc3*.
+
+Similarly with [FlappyBirdGodot](https://github.com/luevano/flappybird_godot) you can find a devlog showing how I made the game in my website: [Creating my Go Godot Jam 3 entry using Godot 3.5 devlog 1](https://blog.luevano.xyz/g/gogodot_jam3_devlog_1.html).
+
+Also, you can play the game on itch.io [here](https://lorentzeus.itch.io/snake-tronic), and find the jam entry [here](https://itch.io/jam/go-godot-jam-3/rate/1562701).
+
+## Credits
+
+- Keyboard sprites by [vryell](https://vryell.itch.io/): [Controller & Keyboard Icons](https://vryell.itch.io/controller-keyboard-icons); only used a few of the keys.
+- Font by [datagoblin](https://datagoblin.itch.io/): [Monogram](https://datagoblin.itch.io/monogram).
+- All other assets made completely by me.
## License
This game uses:
-- Godot Engine, available under the MIT License: [Godot License](https://godotengine.org/license). Can be found as `LICENSE.Godot`.
-- [GifMaker](https://github.com/bram-dingelstad/godot-gifmaker), a Godot Engine plugin available under the MIT License. Can be found as `LICENSE.GifMaker`.
- - GifMaker itself uses [GDGifExporter](https://github.com/jegor377/godot-gdgifexporter) as a base, which is available under the MIT License. Can be found as `LICENSE.gdgifexporter`.
+- Godot Engine, available under the MIT License: [Godot License](https://godotengine.org/license). Can be found as [LICENSE.Godot](src/docs/LICENSE.Godot).
+- [GifMaker](https://github.com/bram-dingelstad/godot-gifmaker), a Godot Engine plugin available under the MIT License. Can be found as [LICENSE.GifMaker](src/docs/LICENSE.GifMaker).
+ - GifMaker itself uses [GDGifExporter](https://github.com/jegor377/godot-gdgifexporter) as a base, which is available under the MIT License. Can be found as [LICENSE.gdgifexporter](src/docs/LICENSE.gdgifexporter).
-The game itself is under the MIT License, found as `LICENSE`.
+The game itself is under the MIT License, found as [LICENSE](src/docs/LICENSE).