Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/forentfraps/a-star-c

A* algorithm implementation in C
https://github.com/forentfraps/a-star-c

Last synced: 25 days ago
JSON representation

A* algorithm implementation in C

Awesome Lists containing this project

README

        

# A star algorithm
### Code is an implementation of https://github.com/forentfraps/A-star-pathfind written in C

#### For colours to work in cmd enable ANSI escape with

```bash
REG ADD HKCU\CONSOLE /f /v VirtualTerminalLevel /t REG_DWORD /d
```