Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulfioravanti/gdquest-vampire-survivor
Sandbox for the "Your First 2D GAME From Zero with GODOT 4! Vampire Survivor Style" GDQuest video tutorial.
https://github.com/paulfioravanti/gdquest-vampire-survivor
gdscript godot godot4 godot4-3
Last synced: 3 days ago
JSON representation
Sandbox for the "Your First 2D GAME From Zero with GODOT 4! Vampire Survivor Style" GDQuest video tutorial.
- Host: GitHub
- URL: https://github.com/paulfioravanti/gdquest-vampire-survivor
- Owner: paulfioravanti
- License: mit
- Created: 2024-10-29T06:30:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:51:48.000Z (about 2 months ago)
- Last Synced: 2024-10-30T10:35:36.705Z (about 2 months ago)
- Topics: gdscript, godot, godot4, godot4-3
- Language: GDScript
- Homepage: https://www.youtube.com/watch?v=GwCiGixlqiU
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GDQuest Vampire Survivor
This repo is my sandbox for the
[Your First 2D GAME From Zero with GODOT 4! Vampire Survivor Style][] video
tutorial by [GDQuest][]. The original project files can be found
[here][Project files].I completed the tutorial using [Godot][] 4.3. The original assets provided in
the project files are in this repo as well, but the status of their licenses are
unknown. I am making the assumption that they are MIT.## Prerequisites
Download and install Godot, either via [direct download][], or with your
favourite package manager (e.g. `brew install godot`)## Install
```console
git clone https://github.com/paulfioravanti/gdquest-vampire-survivor.git
```Then, open Godot, press the Import button, navigate to the
`gdquest-vampire-survivor` directory, and select it to import and open the
project.## Run
Press the Play button in the top right hand corner of the Godot user interface,
or use the `Command-B`/`Control-B` shortcut.[direct download]: https://godotengine.org/download
[GDQuest]: https://www.gdquest.com/
[Godot]: https://godotengine.org/
[Project files]: https://www.gdquest.com/tutorial/godot/2d/first-2d-game-godot-4/
[Your First 2D GAME From Zero with GODOT 4! Vampire Survivor Style]: https://www.youtube.com/watch?v=GwCiGixlqiU