Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.64 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.64 KB

Virtual-Pet

A fun and interactive virtual pet game built using JavaScript.

Table of Contents

About

This project is a virtual pet game where users can interact with their pet by feeding, playing, and putting it to sleep. The game includes various states and events to make the pet's life more interesting.

Features

  • Feed, play, and put the pet to sleep
  • Randomized events to keep the game engaging
  • State management for hunger, boredom, energy, and age
  • Interactive and responsive UI

Installation

 git clone https://github.com/Eduardo-J-Morales/Virtual-Pet.git cd Virtual-Pet npm install 

Usage

 npm start 

Open your browser and navigate to http://localhost:3000 to start interacting with your virtual pet.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.