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
- Host: GitHub
- URL: https://github.com/xirzo/asteroids
- Owner: xirzo
- License: mit
- Created: 2023-12-08T21:46:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:22:34.000Z (over 1 year ago)
- Last Synced: 2025-03-23T01:28:33.545Z (over 1 year ago)
- Topics: game, unity, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.