Skip to content

Generador de niveles para Unity. Con distintas personalizaciones dentro del editor.

License

Notifications You must be signed in to change notification settings

DakkuaDev/ia-pcg-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity PCG Level Generator

Simple automatic maze generator based on the Preconditioned Conjugate Gradient Algorithm (PCG)

Content:

  • A single "seed" is generated per program execution, so each level will be different from the previous ones
  • bidimensional array customizable by the designer through the unity inspector
  • playeable levels
  • Some items and collectibles with fx
  • Two enemies types: static and dynamic

Captura Captura2

Author: Daniel Guerra Gallardo

Usefull Links

https://en.wikipedia.org/wiki/Conjugate_gradient_method

http:https://pcg.wikidot.com/category-pcg-algorithms

Installation

This is a Unity project. To open it, you need a Unity launcher. The recommended version for this project is 2020.1.8f1.

Once you download the repository, start Unity Hub and open the directory where it is downloaded.

About

Generador de niveles para Unity. Con distintas personalizaciones dentro del editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages