Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mfdeveloper/Unity.Level.Dynamic

Create levels dynamically from images (png, jpg...) or text files (commonly .map files). Using a Pathfinding A* visualization too
https://github.com/mfdeveloper/Unity.Level.Dynamic

level-design level-generator pathfinding pathfinding-algorithm unity-project

Last synced: 2 months ago
JSON representation

Create levels dynamically from images (png, jpg...) or text files (commonly .map files). Using a Pathfinding A* visualization too

Awesome Lists containing this project

README

        

# Unity Level Dynamic

Strongly based in tutorials series of [Code Monkey](https://unitycodemonkey.com/), this project contains scenes to generate levels dynamically, using the following features:

- **Generate levels:** from `.map` or image files (`.png`, `.jpg`...)
- **Pathfinding:** A* algorithm, with steps and neighbours visualization

## Downloads (releases)

### Pathfinding A*

- **Macos:** [Pathfinding.A.Star.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.1/Pathfinding.A.Star.Macos.zip)
- **Windows 10 x64:** [Pathfinding.A.Star.Windows.10.x64.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.1/Pathhfinding.A.Star.Windows.10.x64.zip)

### Level Dynamic

- **Macos:** [Level.Dynamic.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.2/Level.Dynamic.Macos.zip)
- **Windows 10 x64:** [Level.Dynamic.Macos.zip](https://github.com/mfdeveloper/Unity.Level.Dynamic/releases/download/v0.0.2/Level.Design.Dynamic.Win10.x64.zip)