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

https://github.com/xirzo/asteroids

Asteroids game made in Unity
https://github.com/xirzo/asteroids

game unity unity2d unity3d

Last synced: 2 months ago
JSON representation

Asteroids game made in Unity

Awesome Lists containing this project

README

          

# Asteroids

Asteroids is a Unity-based game where you navigate a spaceship to dodge and shoot asteroids. This project was created to practice Zenject and improve game development skills.

![image](https://github.com/user-attachments/assets/8a62f730-3baa-41d6-b095-768082ea4382)

## Input

- Movement: WASD
- Shoot: Space

## Gameplay

Dodge and shoot the asteroids to survive as long as possible.

## Installation (of sources)

1. Clone the repository:
```sh
git clone https://github.com/xirzo/Asteroids.git
```

2. Open the project in Unity:
- Launch Unity Hub.
- Click on "Add" and select the `Asteroids` project directory.

3. Run the game:
- Press the "Play" button in the Unity Editor.