Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.26 KB

JS for Kids Games

This project includes three games created by following the practice exercises from the book "JavaScript for Kids."
The games are:

Hangman: A classic word-guessing game with on-screen keyboard and hangman animation.


Find the Treasure: A click-based game where you search for a hidden treasure within a picture.


Snake: The well-known snake game where the snake grows longer as it eats apples, and the goal is to avoid collisions.


Features

  1. Hangman
    Device Compatibility: Available on any device.
    On-Screen Keyboard: Interactive on-screen keyboard for making guesses.
    Animation: Hangman animation with each wrong guess.
  2. Find the Treasure
    Device Compatibility: Available on any device.
    Interactive Gameplay: Click on the picture to find the hidden treasure.
    Counters: Tracks the number of clicks remaining and the number of clicks taken to find the treasure.
  3. Snake
    Device Compatibility: Available only on large screens (requires a keyboard).
    Classic Gameplay: Snake eats an apple and grows longer.
    Points Counter: Tracks the player's score.
    Avoid Collisions: The task is to avoid bumping into walls or the snake itself.