Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/forentfraps/a-star-c
- Owner: forentfraps
- Created: 2022-06-24T10:55:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T11:01:01.000Z (over 2 years ago)
- Last Synced: 2023-03-06T06:42:03.190Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```