Fight off the invading weeds!
Specification | Example Input | Example Output |
---|---|---|
User can select a yard to clear of weeds | Start Game | Yard Object created with weeds contained within and person object created for player |
User can deploy methods to combat the evil weed invaders! | user input string "Round-Up" | Weed object "dies"; person object loses health points |
User can utilize yard maintenance tools to remove weeds | User input string hula hoe | Weed takes severe damage! person object loses energy |
- Click on the clone or download button of this repository. You can download the project file clicking the "Download Zip" button, double clicking the file in downloads, and navigating to the index.html file and double clicking that. Or, you can copy the link that pops up when you've clicked the clone or download button above this README file.
- Navigate to your terminal, where you have previously installed git (if you have not done this yet, go ahead and do so now).
- In terminal, change your directory to desktop, and then type git clone https://github.com/.
- When you've pressed enter, my project will be cloned onto your desktop, and now you can change directory into it and type "code ." to open the projects files in Visual Studio Code!
- At the root directory for this project in your chosen command promt program, enter the command "dotnet build" followed by "dotnet run".
- Git
- VS Code
- C#
- .NET
Currently there are no known bugs.
This project is licensed under the MIT license.
Copyright (c) 2020 Michelle Morin, Geoff Goetz.