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

docs: improve grammar #17

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Don't let your ball hit the lines!
![ScreenShot](https://s25.postimg.org/rxx83b40v/Screen_Shot_2017-10-01_at_12.21.41_AM.png)

## How to play
You control a flying ball to fly forward and avoid hitting the lines(obstacles) or borders.
You control a flying ball to fly forward and avoid hitting the lines (obstacles) or borders.
Press and hold ```space bar``` to keep flying up, and release to fall back.
You only got three lives, good luck!

Expand All @@ -15,11 +15,11 @@ This project Recreating line birds using basic graphics basically lines and a ba

* __Why is this project useful?__

This project is created to get user familiar with HTML5 canvas,DOM and JavaScript to create awesome games and have fun together as a community.This is a friendly project and any kind of ideas crazy or creative are accepted.
This project is created to get user familiar with HTML5 canvas, DOM and JavaScript to create awesome games and have fun together as a community. This is a friendly project and any kind of ideas crazy or creative are accepted.

* __How do I get started?__

Check out issues section and see which issue can you fix.Follow JavaScript ES2015 coding standards in all commits. If you find a way to improve the game that hasn't been mentioned in the issues.Create a new issue.And most important of all discuss with your peers on what is the best way to solve a problem.
Check out issues section and see which issues you can fix. Follow JavaScript ES2015 coding standards in all commits. If you find a way to improve the game that hasn't been mentioned in the issues. Create a new issue and most important of all discuss with your peers on what is the best way to solve a problem.

* __Where can I get more help, if I need it?__

Expand Down