Darkwing-Duck-Tamagotchi / kraken-kritters

0 stars 0 forks source link

Kraken's Kritters

This project is a simulated virtual pet game with several HTML pages.

Steps to run locally:

Below is a visual representation of the intended project structure, for example purposes.

root/
├── assets/
│   ├── images/
│   │   ├── logo.png
│   │   ├── background.jpg
│   │   └── icon.svg
│   ├── sounds/
│   │   ├── click.mp3
│   │   └── background-music.mp3
│   └── fonts/
│       ├── custom-font.woff
│       └── custom-font.woff2
├── css/
│   ├── styles.css
│   └── reset.css
├── js/
│   ├── app.js
│   ├── pet.js
│   └── __tests__/
│       └── app.js
├── pages/
│   ├── index.html
│   ├── about.html
│   ├── game.html
│   └── faq.html
├── jest.config.js
├── package.json
└── README.md