Merge pull request #83 from pburkart/master

Fixed grammar
pull/85/head
Florin Pop 6 years ago committed by GitHub
commit d7aba33c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
**Tier:** 3-Advanced
Battleship Bot is takes the [Battleship Game Engine](./Battleship-Game-Engine.md)
Battleship Bot takes the [Battleship Game Engine](./Battleship-Game-Engine.md)
to the next level. This challenge uses your Battleship Game Engine to create a
presentation layer using Discord's bot API to allow you to play the game
via a Discord chat.

@ -13,7 +13,7 @@ and 1's, in any sequence and then displays its decimal equivalent.
This challenge requires that the developer implementing it follow these
constraints:
- Arrays may not be used contain the binary digits entered by the user
- Arrays may not be used to contain the binary digits entered by the user
- Determining the decimal equivalent of a particular binary digit in the
sequence must be calculated using a single mathematical function, for
example the natural logarithm. It's up to you to figure out which function

@ -38,7 +38,7 @@ and their timezones:
- Beijing: GMT +8
- Ho Chi Mihn City: GMT +7
- Mumbai: GMT +5
- [ ] User can see a GMT search box that an integer representing a GMT offset
- [ ] User can see a GMT search box where an integer representing a GMT offset
can be entered into and a 'Find Cities' button.
- [ ] User can click the 'Find Cities' button to display the names of the
cities in that GMT offset in an output area.

@ -3,7 +3,7 @@
**Tier:** 2-Intermediate
Many developers have found that adding animation to an application is a
useful technique add impact to the UI, to make it more appealing to its users,
useful technique that adds impact to the UI, to make it more appealing to its users,
and to explain complex subject matter. But, as a developer how do you create
these and how do you know what images make effective animations?

@ -9,13 +9,13 @@ authors sometimes have "writers block" it's also true for developers. This list
These applications are:
- great to improve your coding skills :muscle:;
- great to experiment with new technologies 🆕;
- great to be added in your portfolio to impress your next employer/client :file_folder:;
- great to be used as examples in tutorials (articles or videos) :page_with_curl:;
- great for improving your coding skills :muscle:;
- great for experimenting with new technologies 🆕;
- great for adding to your portfolio to impress your next employer/client :file_folder:;
- great for using as examples in tutorials (articles or videos) :page_with_curl:;
- easy to complete and also easily extendable with new features :ok_hand:;
This is not just a simple list of projects, but a collection that describes each project in enough detail so you can develop it from the ground up!
This is not just a simple list of projects, but a collection that describes each project in enough detail so that you can develop it from the ground up!
Each project has the following **features**:

Loading…
Cancel
Save