Git Product home page Git Product logo

mazepathfinder's Introduction

Maze Pathfinder

In this program you can draw a maze and set the start point and a goal, the A* algorithm will find the most optimal path between them.

The A* algorithm finds a path from the start node to the end node by checking for open neighbors of the current node, computing a heuristic for each of the neighbors, and adding those neighbors to the list of open nodes to explore next. The next node to explore is the one with the lowest total cost + heuristic (g + h). This process is repeated until the end is found, as long as there are still open nodes to explore.

image

Get Started

Officially supports Windows 10/11 with Visual Studio 2022. Linux and MacOS support on the way!

Windows

  1. Clone recursively: git clone --recursive https://github.com/1neskk/MazePathfinder
  2. Run script/setup.bat
  3. Open Maze.sln and hit F7 to build (change configuration to Dist first)
  4. Drag the SFML binaries sfml-window-2.dll, sfml-graphics-2.dll and sfml-system-2.dll into your output directory
  5. Run the program
  • You will need to use the SFML 2.5.1 from their website instead of the current submodule.

Credits

Inspired by:

Issues

Feel free to open a Issue if you need some help!

mazepathfinder's People

Contributors

1neskk avatar 1nullptr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.