Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,14 @@ Commodore 64 for this one.

[![YouTube Video: GASteroids Gameplay](https://s.ytimg.com/yts/img/favicon_48-vfl1s0rGh.png)<br>Watch GASteroids Gameplay on YouTube](http://www.youtube.com/watch?v=f5znnQonaso)

The player controls a spaceship in an asteroid field. The goal is to
destroy asteroids and survive as long as possible.
The player controls a spaceship in an asteroid field.
The goal is to destroy asteroids and survive as long as possible.

The player can rotate the ship left and right, thrust forward, and fire
weapons to destroy asteroids. Large asteroids split into smaller asteroids
when hit. Small asteroids disappear when hit.
The player can rotate the ship left and right, thrust forward, and fire weapons to destroy asteroids.
Large asteroids split into smaller asteroids when hit. Small asteroids disappear when hit.

Colliding with an asteroid will destroy the player's ship. A new ship will
be granted after each death.
Colliding with an asteroid will destroy the player's ship. A new ship will be granted after each death.
The game now includes a high score feature, recording and displaying the player's best score.

Keyboard controls:
```
Expand Down