Vehicle parts game
This vehicle parts game shows a prompt like a bus and a named part, then asks what that part does among four short action tiles. Tap the matching action, press Next round for another unused card, or Reset pool when the deck should start over. Mute stops speech of the part name. There is no Play sound button on this panel; the prompt is written and may be spoken once per round. Remaining shows how many cards are left in this pool. Draws use crypto.getRandomValues. Pool ids sit in localStorage. This is not an animal sounds game and not a mix colors round.
Why a vehicle parts game is not an animal sounds round
A vehicle parts game exists because naming what a horn, wheel, or door does is a different early-years job from matching an animal to a beep. Transport topics in class need a concrete prompt: which vehicle, which part, which action. This page fills that job with four action tiles and a no-repeat pool so the same bus wheel does not return until Reset pool. We do not simulate driving, sell toys, or show trademarked game worlds. Vehicles are ordinary words: bus, bike, boat, and similar classroom objects. If you needed hear-and-tap animals, use animal sounds. If you needed letter-to-word matching, use the phonics game. If you needed to mix two color swatches and tap objects, that is mix colors. TheOwlBay will not grade a driving test. Ads stay off. No account is required. The prompt string always names the vehicle and the part so a child who cannot guess from art still has the sentence.
How to play this vehicle parts round
Read the prompt. It names a vehicle and asks what a part does. Four tiles show short actions such as press it or open it. Tap the action that matches. Yes — that matches locks the grid and may speak the correct action; Try another tile leaves the other choices open. Press Next round for a new unused card. Press Reset pool to restock; Vehicle pool reset appears, then a new prompt. If the deck is empty you will see No vehicle cards left. Reset the pool. Mute stops speech of the part. There is no separate Play sound control because the job is reading the prompt and choosing an action, not replaying a tone. Remaining includes the current card. You do not type custom vehicles in this version. Keep hands on the tiles rather than a keyboard. The toolbar Mute state is shared with other kids pages in localStorage.
How vehicle cards and answer tiles are built
Each card has a vehicle, a part, and a list of action choices with one correct index. The prompt is filled from the vehiclePartsPrompt string, which includes the vehicle and the part. The pool shuffles card ids with crypto.getRandomValues and stores leftovers as theowlbay.vehicle-parts.pool in localStorage. Next round pops one card. Tiles are the choice labels in dataset order, not re-randomized as a second puzzle; the correct index is the answer. Speech may say the part when the round starts and the correct action after a good tap, unless Mute is on. We do not claim a mechanics course. We do not claim a physics experiment. Empty and reset messages tell you whether to restock. TheOwlBay does not upload the child’s taps. Clear site data to drop saved ids. This engine is the same kids pool helper as the other tap games, with a different prompt shape.
Who this vehicle matching round is for
Foundation teachers covering transport, EAL groups learning action verbs, and caregivers on a bus-themed week will use the prompt and action tiles here. It is not a driving simulator, not a parts catalog for repairs, and not an animal sounds page. If the child still needs letter sounds, open phonics. If they are ready to mix swatches, open mix colors. Adults who wanted a hex code for a slide should use random color instead of this tile grid. TheOwlBay does not require an account. Ads stay off. Related tools spell out those other jobs so a search for vehicles does not dump you on a color picker. Classroom talk can repeat the prompt sentence after a correct tap; the page will not listen to a microphone.
FAQ
Why is there no Play sound button?
This round is a written prompt plus action tiles. Speech may say the part unless Mute is on. Animal sounds and phonics are the pages with Play sound.
What does the prompt sentence mean?
It names a vehicle and a part, then you tap what that part does. Wrong tiles show Try another tile until you match.
Can I add our class’s toy cars?
Not in this panel. Next round uses the built-in pool. Reset pool restocks it. Ids sit in localStorage.
We wanted animals or letters instead.
Open Animal sounds for hear-and-tap names, or Phonics for a phonics game with word tiles.
What happens when the pool is empty?
You will see No vehicle cards left. Press Reset pool. New order uses crypto.getRandomValues.
Is mix colors the same as this?
No. Mix colors asks you to mix swatches and tap matching objects. This page is vehicle plus part plus action.