Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.