From 57cf977549f9b42fd717ee2bab717130064e1b61 Mon Sep 17 00:00:00 2001 From: Weston <57050262+westonmcnamara@users.noreply.github.com> Date: Fri, 10 Jan 2020 10:45:33 -0500 Subject: [PATCH 1/3] Rewording and fixing English grammar in README. Edit of README to fix grammar, and reword for professionalism. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ec97fe5..4028a48 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ ![Gameplay](https://media.giphy.com/media/9MJ7ePTrxCEzdS2D7Q/giphy.gif) -Simple barrel drop game where we need to save the player from being hit by a falling barrel (Development In progress) +Simple game where we save the player from being hit by a falling barrel. (Development In progress) -## Getting Started +## Getting Started: These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. 1. Go to repository and click on clone or download, Then Download Zip. -2.Locate the downloaded Zip and extract to the prject directory where you want to keep the project. +2. Locate the downloaded .zip file and extract the file to the desired project directory. 3. Follow the [steps to import](http://support.objecteering.com/objecteering6.1/help/us/csharp_developer/using_visual_studio/importing_existing_vs_project.htm) project into visual Studio (Abhishek_vb_project2017MCA.sln) ### Prerequisites -For Devlopment : +For Development: -Make sure you have Visual Studio and .NET Framework required to run C# code. +Make sure you have Visual Studio and .NET Framework installed to run C# code. ## Built With @@ -35,4 +35,4 @@ Make sure you have Visual Studio and .NET Framework required to run C# code. ## License -This project is opensource anyone can use it for learnig/practicing for college projects, Kindly maintain the proper credits for author and contributers. +This project is opensource. Anyone can use it for learning, practicing, and even for college projects. Kindly maintain the proper credits for author and contributers. From 78e4f4c3837367cdd2d49c54028bfc331580477a Mon Sep 17 00:00:00 2001 From: Weston <57050262+westonmcnamara@users.noreply.github.com> Date: Fri, 10 Jan 2020 10:50:51 -0500 Subject: [PATCH 2/3] Small change to plural. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4028a48..6a2cb18 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ Make sure you have Visual Studio and .NET Framework installed to run C# code. ## License -This project is opensource. Anyone can use it for learning, practicing, and even for college projects. Kindly maintain the proper credits for author and contributers. +This project is opensource. Anyone can use it for learning, practicing, and even for college projects. Kindly maintain the proper credits for authors and contributers. From 62d1b2a5889bfb0a7d9f4b1143cfca3997940f48 Mon Sep 17 00:00:00 2001 From: Weston <57050262+westonmcnamara@users.noreply.github.com> Date: Sat, 11 Jan 2020 13:42:58 -0500 Subject: [PATCH 3/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2cb18..5a0fcb4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Gameplay](https://media.giphy.com/media/9MJ7ePTrxCEzdS2D7Q/giphy.gif) -Simple game where we save the player from being hit by a falling barrel. (Development In progress) +Simple game where we save the player from being hit by a falling barrel. (Development in progress) ## Getting Started: