Skip to content

kavi-0521/Pathfinding-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path Finding Game

A simple and fun Path Finding Game built using HTML, CSS, and JavaScript. The goal of the game is to find the correct path within a grid of cells. Test your memory and decision-making skills with this easy-to-play game!


🕹️ How to Play

  1. Click the Start Game button to begin.
  2. You’ll see a 5x5 grid of cells.
  3. Your objective is to find the correct path:
    • Click on a cell.
    • If the cell is part of the correct path, it will turn green.
    • If the cell is incorrect, it will turn red, and the game ends.
  4. If you complete the correct path without any mistakes, you win!
  5. A timer tracks how long it takes you to complete the game.

🎯 Features

  • Interactive Gameplay: Clickable grid with visual feedback.
  • Timer: Tracks the time taken to complete the path.
  • Winning and Losing Conditions:
    • Win if you correctly identify the path.
    • Lose if you click a wrong cell.
  • Reset Option: Automatically resets the game after winning or losing.

🛠️ Technologies Used

  • HTML: For the structure of the game.
  • CSS: For styling and design.
  • JavaScript: For game logic and interactivity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors