Farm Watering
Game description and controls (HTML5 canvas farm game).
What the game is
You play as an animal on a small farm. There is a pool of water and several flowers that start dry.
Your job is to walk to the pool, fill your can once, then walk to each dry flower and water it. One watering fully grows a flower.
When every flower in the round is grown before the timer runs out, you clear the round and hear a short celebration.
If time runs out while any flower is still dry, you lose that attempt and lose some HP. Clear 10 rounds to win the whole game.
Layout on the page
- Left column — reserved for future advertising.
- Middle column — the game: HUD (round, time, HP, water icons), then the canvas.
- Right column — a short reminder of controls.
- Footer (under the middle column) — site links (Homayho.com, privacy policy, about).
Rounds, timer, and difficulty
- There are 10 rounds. Round n has n flowers (round 1 has one flower, round 10 has ten).
- Each round gives you one minute (60 seconds).
- When a new round begins, a “Round” banner appears in the center of the playfield for a few seconds so you know the level and how many flowers are in the farm.
HP and game over
You start with 100 HP. Failing a round (time up with flowers still dry) costs 20 HP.
If HP reaches zero, the game ends. You can use Play again to return to the menu.
Water icons (under the HP bar)
Kid-friendly icons show your water state (no long text in the strip itself):
- One dim drop — you need to go to the pool.
- Three bright drops — you are at the pool; press Space once to get water.
- Bucket + drop — you are carrying water; go to a dry flower and press Space to grow it.
The strip also changes for pause and short round-win / round-lose hints. Screen readers get a spoken label when the icon changes.
Sounds
- Short tones when you get water at the pool and when you water a flower.
- A small fanfare when you clear a round, and a lower sound when you fail or run out of HP.
Click Start game once so the browser can unlock audio (many browsers require a user gesture).
Starting the game
On the menu, pick an animal icon (the first animal is selected by default). Press Start game to begin.
Controls
- W A S D or arrow keys — move your animal on the farm.
- Space (tap once, no repeat) — when you are at the pool with an empty can, fill water. When you are next to a dry flower with water in the can, water that flower (it becomes fully grown in one pour).
- P — pause or resume. The round timer does not count down while paused.