Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurmaedje/daydream
Pathfinding with A* in Unity
https://github.com/laurmaedje/daydream
a-star low-poly unity3d
Last synced: 16 days ago
JSON representation
Pathfinding with A* in Unity
- Host: GitHub
- URL: https://github.com/laurmaedje/daydream
- Owner: laurmaedje
- License: mit
- Created: 2016-09-20T09:54:06.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-09-27T15:44:18.000Z (over 4 years ago)
- Last Synced: 2024-10-28T20:46:31.659Z (2 months ago)
- Topics: a-star, low-poly, unity3d
- Language: C#
- Homepage:
- Size: 78.8 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daydream
This is a simple implementation of the **A*** pathfinding algorithm implemented in C# with Unity Engine.
You control a little yellow robot.![Screenshot](https://github.com/laurmaedje/Daydream/blob/main/screenshot.png)
The algorithm was built based on this [Pathfinding](https://github.com/SebLague/Pathfinding) tutorial.