A console-based application to simulate ... where the user can ... hosted on GitHub. Last Updated 03.03.2020.
This application lets the user... and does... It might even be hosted on hosted on GitHub. It does so using this and this technology or concept.
Download or clone the repository to run this program locally! This program requires .NET Core SDK to run. Here is a free tutorial for installing .NET on Mac or Windows 10.
- Download or clone this repo.
- To Download ZIP:
- Select "Download" on the GitHub Repository site
- Once downloaded, open the ZIP and extract files. The new folder will be created as 'ProjectName.Solution'.
- To Clone:
- Clone from command line into your Desktop:
$ git clone /~https://github.com/KristaRutz/...
- The new directory will be created as 'Desktop/ProjectName.Solution'.
- Clone from command line into your Desktop:
- To Download ZIP:
- Once you have stored the files locally, execute the following commands.
- Navigate to the application directory:
$ cd ProjectName.Solution/ProjectName
dotnet build
dotnet run
- Navigate to the application directory:
- Upon success, the program will begin running in your console.
- C#
- .NET Core 2.2
Expand specs for this project
Spec | Example Input | Expected Output |
---|
Expand user stories for this project
As a User-Type, | I want... | so that... |
---|
- No known bugs
Please contact me if you run into any issues or have questions, ideas or concerns. Krista can be contacted at krista.rutz@pomona.edu. Feel free to create a pull request for updates - contributions to the code are encouraged!
Copyright (c) 2020 Krista Rutz, [Others]
This software is licensed under the MIT license.
View license details
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.