Skip to content

emmalgs/Tamagotchi.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lil' Pet Shoppe

By Emma Gerigscott

gif of webpage in action

Description

Create a pet that you can pet, play, and feed! Name your pet and add it to your collection. Don't forget to take care of your pet, as it becomes hungry and lonely over time!

Technologies Used

  • C#
  • .NET
  • ASP.NET Core
  • MVC
  • Microsoft Tests

Setup Instructions

  1. Clone this repo.
  2. Open your terminal (e.g. Terminal or GitBash) and navigate to this project's directory called "Tamagotchi".
  3. To compile and view the webpage, in the command line in the directory "Tamagotchi", run:
$ dotnet watch run
  1. Optionally, you can run "dotnet build" to compile this webpage without running it.
  2. If the webpage does not auto-load, go to your browser and navigate to https://localhost:5001
  3. When prompted, enter your computers password to allow ASP.NET Core to run in your browser.
  4. If you'd like to run tests, navigate to the Tamagotchi.Tests directory in your command line.
  5. To run tests, in your command line from Tamagotchi.Solution/Tamagotchi.Tests, run:
$ dotnet test

Known Bugs

  • Logo is fixed position
  • Ids for pets throws off delete and edit functionality
  • Methods for feeding, sleeping, and playing do not increment correctly
  • Pets don't actually die yet

License

MIT
Copyright © 2023 Emma Gerigscott, Sarah Reimann -- Ladies IT Department

About

Pets for you! in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published