Code Monkey home page Code Monkey logo

a-star-pathfinding's Introduction

A-Star-Pathfinding

Programs and source code for demonstrating the A-Star Pathfinding Algorithm

This repository holds different programs and their source code for demonstrating how the A* Algorithm works.

Currently there are 2 programs included:

  • /Java Visiualisation: A java program that visually demonstrates the Algorithm either step by step or by instantly finding the fastest path. It can be controlled with the space bar/enter and the mouse. Obstacles and the start/target position of the path may be placed by the user. (Currently only available in german, should not really matter though.)

  • /C-Sharp Demo: A C# demo program that is available in source code form that utilises the A*-Algorithm. The algorithm itself can be found inside the A-Star class in its FindPath method. There are also individual classes for the field in which the path is searched, as well as the Open List, which is utilized with a binary heap.

You can also find the slides I have used in my videos in /Slides.

I explain the basics of the algorithm in these videos:

English: https://youtu.be/zRy-IZgh3qo

German: https://youtu.be/D_T7vwwd2T4

Feel free to use this material for your own non-commercial purposes. You can also e-mail me any questions at [email protected]

a-star-pathfinding's People

Contributors

arztsamuel 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.