Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FARLY7 committed Apr 1, 2023
1 parent de2ff21 commit be4fab1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
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>

0 comments on commit be4fab1

Please sign in to comment.