Skip to content

Bios-Marcel/top-down-pew-pew

Repository files navigation

top-down-pew-pew

As the name already states, this is a top-down shooter! It is implemented using Godot Engine and its own scripting language GDScript.

How to build

In order to build the game, you need to install Godot. If you have installed the GUI version, simply click Project -> Export, choose your desired target and click Export Project.

On Linux you can also build it using the headless version. This also works with the GUI version though.

godot --path /path/to/project --export "linux-x11"

How do I install the game

Currently there are no binaries available.

How do I contribute

  1. Fork the project
  2. Clone the forked repository
    git clone git@github.com:YourName/RepositoryName
  3. Create a new branch
    git checkout -b name-that-states-what-you-do
  4. Make your changes
  5. Create a pull request on our develop branch.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •