summaryrefslogtreecommitdiff
path: root/README.md
blob: 47dc4d6c6fa0016e9b63e92efb7402eaf9cec1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# GoGodot Jam3

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](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](src/docs/LICENSE).