Code Monkey home page Code Monkey logo

tamagotchi's Introduction

Tamagotchi

C# Basic Web Application Project for Epicodus, 03/11/2020

By Andrew Philott, Krista Rutz, and Andriy Veremyeyev

Description

Web app where you can create a Tamagotchi object by giving it a name and submitting a form. Main page displaying the names of all your Tamagotchi objects with the values of their properties. It has buttons to feed it, play with it, and put it to sleep.

Specs:

Spec Input Output
Create a Tamagotchi object with a name and properties: food, attention, and rest Yoyo
Create a list of Tamagotchi objects with mentioned above properties and main page shows all of them Yoyo
Create a button to increase Food Level for every Tamagotchi Yoyo
Create button to pass a time and decrease properties of all tamagotchis Decrease Levels Food-=10,
Once some of tamagotchi's property level reached 0 it shows that tamagotchi is dead Food = 0 Tamagotchi is dead
  • main page shows all tamagotchis and all of their property values as a GET
  • buttons --> call methods as a PATCH
    • feed(), playWith(), putToSleep()
  • button to pass time --> decrease all properties.
  • when any tamagotchi has any property "0", report dead...(DELETE?)

Setup/Installation Requirements

  • Download .NET application for Mac or for Windows and install it
  • Download or clone this repository to your computer
  • Open terminal
  • Run "dotnet run" to run the application

Known Bugs

No known bugs

Support and contact details

For feedback, questions and/or ideas, please email

Technologies Used

  • HTML
  • CSS
  • C#
  • ASP.NET Core MVC

License

This software is licensed under the MIT license.

Copyright (c) 2020 Andrew Philpott, Krista Rutz and Andriy Veremyeyev

tamagotchi's People

Contributors

kristarutz avatar andrew-philpott avatar example123 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.