A fun and engaging idle clicker game where you can earn coins, purchase upgrades, and watch your wealth grow automatically! Built with vanilla JavaScript, HTML, and CSS.
- Simple Click Mechanics: Click to earn coins at your own pace
- Progress Saving: Your game progress is automatically saved to local storage
- Multiple Upgrades:
- ๐ค Auto Clicker: Automatically generates coins every second
- ๐ฐ Double Coins: Multiplies your coins per click
- ๐งฒ Coin Magnet: Spawns bonus coins you can collect
- โก Super Clicker: Temporarily triples your clicking power
- Clone the repository:
git clone [repository-url]
- Open
index.html
in your web browser
That's it! No build process or dependencies required.
- Click the main button to earn coins
- Purchase upgrades to increase your earning potential:
- Auto Clicker (10 coins): Generates coins automatically
- Double Coins (25 coins): Doubles your coins per click
- Coin Magnet (50 coins): Spawns collectible bonus coins
- Super Clicker (100 coins): 3x clicking power for 5 seconds
Your progress is automatically saved to your browser's local storage. The game will load your previous progress when you return.
- Built with vanilla JavaScript - no frameworks required
- Uses CSS3 for smooth animations and modern styling
- Implements local storage for game state persistence
- Modular code structure for easy maintenance and updates
Feel free to modify the game by:
- Adjusting upgrade costs in
script.js
- Modifying the coin multipliers
- Changing the timer durations for power-ups
- Customizing the visual style in
style.css
Works on all modern browsers that support:
- Local Storage
- ES6+ JavaScript
- CSS3
Feel free to fork this project and add your own features! Some ideas for improvements:
- Additional upgrades and power-ups
- Achievement system
- Statistics tracking
- Sound effects
- Particle effects for clicking
- Different themes
This project is open source and available under the MIT License.