Skip to content

atunt/minigames-fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŸ Embeddable Blogspot Mini-Game: Feed the Fish

A simple, fun, and lightweight "Feed the Fish" mini-game built with pure HTML, CSS, and JavaScript โ€” no libraries, no frameworks. This game is designed to be easily embedded into any Blogspot post or page, making it a perfect way to add interactivity and charm to your blog.


๐ŸŽฎ Features

  • โœ… Zero Dependencies โ€“ Runs entirely in the browser.
  • ๐Ÿงฉ Single File โ€“ HTML, CSS & JS all in one, ready to copy-paste.
  • ๐Ÿ  Interactive โ€“ Click to drop food and watch the fish respond.
  • ๐Ÿ“ฑ Responsive โ€“ Canvas auto-resizes to fit any container.
  • ๐ŸŽจ Customizable โ€“ Easily tweak fish count, colors, sizes, and more.

โœ๏ธ How to Embed in Blogspot

  1. Copy the Code: Open the index.html file and copy the entire content.
  2. Login to Blogspot: Go to your Blogspot Dashboard.
  3. Create/Edit a Post/Page: Choose where to place the game.
  4. Switch to HTML View: Look for the < > icon or "HTML" tab in the editor.
  5. Paste the Code: Insert the copied code into the HTML editor.
  6. Publish: Save or publish your post โ€” the game will appear live!

โš™๏ธ Customization

You can fine-tune the game by editing a few lines in the <script> section:

// --- Game Configuration ---
const FISH_COUNT = 7;       // Number of fish in the tank
const FOOD_DURATION = 500;  // Duration food stays on screen (in frames)
const FISH_SIZE = 15;       // Size of each fish

About

HTML code for Blogger or Wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages