Skip to content

pointlesspun/Randomized-Creativity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Creativity

Is it possible to create truly creative, suprising procedural content? Or will the end result always be a predictable product of the list of the parameters of procedural heuristic? This project is a modest investigation of this question.

The intention is to have some basic maze generation code in place and try to expand with variations around this concept. What happens if the shape of the maze gets varied? The colors? Does this result in interesting mazes or more just more randomizations without soul?

To be clear, I'm not expecting the level of creativity that will result in the heuristic coming up with a lake with a temple in the middle and a giant snake surrounding its mountain ranges. I'm more aiming to something that is a notch above the run-of-the-mill-rogue-like cookie cutter template of mazes.

The implementation is done in Unity, the game engine of choice but (hopefully) most of the implementation that is not Unity specific can be done engine-independent. Note that all demos below can only be run from a webserver or have a look at the github pages.

The following logs capture this effort:

  1. First steps, drawing a simple triangle in Unity.
  2. Live updating the polygons, how to get the triangles to show up in the editor view of Unity (Demo).
  3. Creating mesh sheets, creating sheets of meshes using the mesh generator behavior (Demo).
  4. Creating cube meshes, creating Minecraft like cubes (Demo).

Credits

A Starry Night, Van Gogh

About

Collection of random unity snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published