Banana Clicker is a fun, browser-based idle clicker game where you click bananas, earn banana points, unlock upgrades, and grow your banana clicks! Built with Svelte and vanilla JavaScript, this game is lightweight, responsive, and easy to play on any modern web browser.
Check out the live demo: https://bananaclicker.cosmicfi.dev
To run the project locally:
git clone https://github.com/yourusername/BananaClicker.git
cd BananaClicker
npm install
npm run dev
BananaClicker/
ā
āā public/
ā āā build/ # Compiled JS/CSS bundle
ā āā bananaParticles/ # Banana images for particles
ā āā sfx/ # Sound effects
ā āā favicon.png
ā āā og-image.png
ā āā index.html
ā
āā src/
ā āā App.svelte
ā āā main.js
ā āā stores/
ā āā playerStore.js
ā
āā package.json
āā rollup.config.js
Contributions are welcome! Feel free to:
Please follow standard GitHub workflow and respect coding style.
This project is licensed under the MIT License.