Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions README_ASSETS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Asset Files Needed

This Christmas Santa Clicker game template requires the following asset files to be added:

## Required Files:

### 1. Santa Image (`santa.png`)
- **Purpose**: The clickable Santa Claus image in the center of the game
- **Recommended Size**: 400x400 pixels
- **Format**: PNG with transparent background preferred
- **Note**: Currently displays a 🎅 emoji as fallback if image is not found

### 2. Christmas Music (`christmas-music.mp3` or `christmas-music.ogg`)
- **Purpose**: Background music that plays on repeat
- **Format**: MP3 or OGG format (both formats supported for browser compatibility)
- **Note**: The audio will attempt to autoplay, but some browsers may require user interaction first

## How to Add Assets:

1. Add your `santa.png` file to the root directory of the website
2. Add your `christmas-music.mp3` (or `.ogg`) file to the root directory
3. The game will automatically use these files once they are present

## Current Status:

- ✅ HTML structure complete with Slovak language UI
- ✅ CSS styling with Christmas theme (red, green, gold colors)
- ✅ Animated snowflakes and gradient background
- ✅ Responsive design for mobile devices
- ✅ Upgrade system with 5 different upgrades
- ✅ Click animation effects
- ✅ Auto-production system (points per second)
- ✅ Audio element configured to loop
- ⏳ Santa image (currently using emoji fallback)
- ⏳ Christmas music file

## Features Included:

- **Slovak Language UI**: All text is in Slovak (Body, Kúpiť, etc.)
- **Festive Design**: Christmas colors, snowfall animation, glowing effects
- **Upgrade System**: 5 upgrades with increasing costs and production values
- **Click Effects**: Visual feedback when clicking Santa
- **Responsive Layout**: Works on desktop, tablet, and mobile devices
- **Auto-save Ready**: Game state structure ready for localStorage implementation
Loading