From 1b238d338028394f2e9a6b93b468913b114b26f7 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Fri, 10 Jun 2022 03:34:17 -0600 Subject: add more description, updated license and added credits --- README.md | 22 +++++++++++++++++----- 1 file 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). -- cgit v1.2.3