Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ben-miles/gamedevspeedysaucer

A 2D collision-avoidance game, made with Godot.
https://github.com/ben-miles/gamedevspeedysaucer

godot godot-engine godot4 godotengine

Last synced: 1 day ago
JSON representation

A 2D collision-avoidance game, made with Godot.

Awesome Lists containing this project

README

        

# Speedy Saucer

A 2D collision-avoidance game built with Godot 4. Move the flying saucer from START to FINISH, without leaving the track. Part of [GameDev.TV](https://gamedev.tv)'s course, [Complete Godot 4 2D](https://www.gamedev.tv/courses/godot-complete-2d).

[![Godot Engine](https://img.shields.io/badge/Built_with_Godot-4d9fdc?style=for-the-badge&logo=godotengine&logoColor=white)](https://godotengine.org/)

(back to top)

## Getting Started

To build the game on your own machine:
1. Get Godot Engine for free at [GodotEngine.org](https://godotengine.org/)
2. Clone the repo
```sh
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

* [UFO graphic by Freepik](https://www.freepik.com/icon/ufo_2949273)

(back to top)