A fun and interactive virtual pet game built using JavaScript.
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.
- 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
git clone https://github.com/Eduardo-J-Morales/Virtual-Pet.git cd Virtual-Pet npm install
npm start
Open your browser and navigate to http://localhost:3000 to start interacting with your virtual pet.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.