/CS-Tamagotchi-MVC

Tamagotchi application that uses CS, .NET, MVC

Primary LanguageC#

Tamagotchi Application

Tamagotchi project using C#, .NET and MVC, November 28, 2018

By Kenny Wolfenberger and Glen Sale

Description

A C# application that allows a user to interact with a virtual pet Tamagotchi. Users can feed, play with, exercise and rest their Tamagotchi.

Setup/Installation Requirements

  • Clone this repository
  • Download .NET Core 2.1.3 SDK and .NET Core Runtime 2.0.9 and install them. Download Mono and install it.
  • Change into the work directory:: $ cd Csharp-Tamagotchi.Solutions
  • To edit the project, open the project in your preferred text editor.
  • To run the program, first navigate to the location of the Tamagotchi file then run dotnet restore, dotnet build, and dotnet run.
  • When program is running open a web browser and go to localhost:5000 to view program.
  • To run the tests navigate to the Tamagotchi.Tests folder and use these commands: $ dotnet restore and dotnet test.

Support and contact details

Technologies Used

  • C#
  • .NET
  • MSTests
  • MVC
  • Razor
  • Mono

License

This software is licensed under the MIT license.

Copyright (c) 2018 Kenny Wolfenberger and Glen Sale