Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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