-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Tamburino edited this page Oct 11, 2024
·
8 revisions
Welcome to the pixel-pet wiki!
- Animation libraries
- Font Awesome
- Dragon theme
- Dragon lives in a lair or cave
- Dragon is green
- Visual changes based on health status
- Jess mentioned rarity (interesting idea)
-
Stats:
- Hungry
- Cleanliness
- Happiness
- Playtime
-
Health Bar:
- Segmented bar:
- Right 2 segments: Green
- Middle 2 segments: Yellow
- Left 1 segment: Red
- Each block represents 2 health points
- Total health = 10 points
- Segmented bar:
-
Stretch Goals:
- Dragon aging mechanic
- Health bar blinks in the last 10 seconds of a level
- Invite Jess as a collaborator ✅
- Invite Preston as a collaborator
/pixel-pet-game/
├── index.html # Main HTML page for the game
├── css/ # Folder for CSS styles
│ └── styles.css # Main CSS file for styling
├── js/ # Folder for JavaScript files
│ ├── event-listeners.js # JavaScript for handling events
│ └── script.js # Base JS Script
├── components/ # Folder for reusable components
│ ├── header.html # Header component
│ ├── footer.html # Footer component
│ └──
├── assets/ # Folder for game assets
│ ├── images/ # Folder for images
│ │ └── dragon.png # Image of the dragon
│ └──
│
├── README.md # Project overview and setup instructions
└── LICENSE # License information for the project