https://github.com/dairefinn/godot-deckbuilder-tutorial
Repo for a tutorial I'm following
https://github.com/dairefinn/godot-deckbuilder-tutorial
deckbuilder godot godot-engine tutorial
Last synced: 9 months ago
JSON representation
Repo for a tutorial I'm following
- Host: GitHub
- URL: https://github.com/dairefinn/godot-deckbuilder-tutorial
- Owner: dairefinn
- Created: 2024-11-06T02:15:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T10:48:47.000Z (over 1 year ago)
- Last Synced: 2025-01-13T15:15:51.452Z (about 1 year ago)
- Topics: deckbuilder, godot, godot-engine, tutorial
- Language: C#
- Homepage: https://www.youtube.com/watch?v=ulgh_neTJG8&list=PL6SABXRSlpH8CD71L7zye311cp9R4JazJ&index=1
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeckBuilder game tutorial
For this repository I'm following the following tutorial: https://www.youtube.com/watch?v=ulgh_neTJG8&list=PL6SABXRSlpH8CD71L7zye311cp9R4JazJ&index=2
In the videos, they use GDScript but I prefer to use C# so I have adapted the code accordingly and there may be differences between the implementations.