-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Asteroids (2D) | ||
|
||
This repository contains a Asteroids 2D game created using the [Unity Game Engine](https://unity.com/). | ||
This repository contains an Asteroids 2D game created using the [Unity Game Engine](https://unity.com/). | ||
|
||
> Asteroids is a space-themed multidirectional shooter arcade game designed by Lyle Rains, Ed Logg, and Dominic Walsh and released in November 1979 by Atari, Inc. The player controls a single spaceship in an asteroid field which is periodically traversed by flying saucers. The object of the game is to shoot and destroy the asteroids and saucers, while not colliding with either, or being hit by the saucers' counter-fire. The game becomes harder as the number of asteroids increases. | ||
Standalone applications for Windows, Mac, and Linux can be found in the [Release](https://github.com/FARLY7/unity-asteroids/releases) section. | ||
|
||
## Controls | ||
|
||
- Shoot: <kbd>Space</kbd> | ||
- Thrust: <kbd>W</kbd> or <kbd>Arrow UP</kbd> | ||
- Turn Left: <kbd>A</kbd> or <kbd>Arrow LEFT</kbd> | ||
- Turn Right: <kbd>D</kbd> or <kbd>Arrow RIGHT</kbd> | ||
- Quit game: <kbd>ESC</kbd> |