Skip to content

MechanicalFlower/GraveyardInvaders

Repository files navigation

🕯️ Graveyard Invaders

Godot Badge license reuse

A boss rush game, made with Godot Engine.

Download on Github Download on itch.io

About

Dodge, attack, and survive against spooky monsters!

Installation

From a release

Released binaries are available on the Github repository, in the release section.

Download the zip archive, accordingly to your OS, and unzip it.

  • Windows: Double click on GraveyardInvaders.exe.
  • MacOS: Double click on GraveyardInvaders.app.
  • Linux: In a terminal, run ./GraveyardInvaders.x86_64.

From source

Important

For this installation, you need to have the Godot Editor installed.

Clone the source locally:

git clone https://github.com/MechanicalFlower/GraveyardInvaders.git

You need to install addons first:

godot --headless --script plug.gd install

And simply run the game as any Godot project:

godot

Development

The project use:

Important

Actually, just recipes only support Linux.

To check all available recipes, run:

just

To run formatters:

just fmt

To install, and run the game:

just install-addons
just godot

Tip

In just recipes, the Godot Editor is installed automatically. This ensure that you use the right version of the engine.

Contributing

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

Releasing

Please read our Release Guide for more information on how we manage our releases.