Skip to content

SilverTD/Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding

A* shortest pathfinding visualization.

Written by SilverbossTD (duycntsilverboss@gmail.com).

Language: C++.

Library: SDL2.

Basic Controls

Create "Nodes":

  • Start: press 1 + left click.
  • End: press 2 + left click.
  • Wall: press 3 + left click.

Delete "Walls":

  • Press 3 + left click on the wall.

Start finding:

  • Press "Enter".

Clear the map:

  • Press "ESC".

Demo

demo

About

A simple visualization of A* shortest pathfinding algorithm, using C++ and SDL2 library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published