Skip to content

dev-kp-eloper/A-Star-Search-Path_finding-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-Star-Search-Path_finding-Game

A C++ hard coded Game purely based on the principles of A star Search algorithm which helps in finding the shortest path between two nodes Say Start and End among amidst multiple blocked nodes.

Description:

AQuest is an engaging C++ based game that shows problem-solving skills as you navigate through a grid-based world filled with obstacles. Inspired by the powerful A star search algorithm, this game allow players to challenge it to find the shortest path between selected start and end nodes amidst a maze of blocked nodes.

Gameplay:

The game presents players with a dynamic grid-based environment, where each cell represents a node. Players can interact with the grid, selecting the start and end nodes by mouse-click or keyboard input. Additionally, they can place obstacles and block nodes by simply clicking on specific cells.

Key Features:

  1. Interactive Grid World
  2. A* Search Algorithm
  3. Maze of Challenges
  4. Real-time Path Visualization
  5. Intuitive Controls
  6. Reset and Replay
  7. Educational Experience

About

A C++ hard coded Game purely based on the principles of A star Search algorithm which helps in finding the shortest path between two nodes Say Start and End among amidst multiple blocked nodes.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages