/gamedevmartianmike

A 2D platformer game, made with Godot.

Primary LanguageGDScript

Alien Attack

A 2D platformer game built with Godot 4. Move (LEFT/RIGHT/SPACE) to reach the finish area, avoiding traps, and before time runs out. Features animated sprites, parallax backgrounds, multiple levels, background music and sound effects. Part of GameDev.TV's course, Complete Godot 4 2D.

Godot Engine

(back to top)

Getting Started

To build the game on your own machine:

  1. Get Godot Engine for free at GodotEngine.org
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Open the project.godot
  4. To preview the game, click the Run Project button, or hit the F5 key.
  5. To build the game, click Project and then Export..., and choose your target device.

(back to top)

Acknowledgments

(back to top)