Skip to content

WillJeynes/GDSGenerationTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

World Generation Tutorial

Written For Sheffield Game DevSoc

Student Guide

This project demonstrates various generation techniques that can be used for programatic world creation

Hosted webGL version available: here

Slides are available: here

Algorithms Implemented

This demo covers

  • Pure Random
  • Perlin Noise
  • Agent Based Random Walk
  • Wave Function Collapse

Session Runner Guide

Standard unity 6000 project.

Algorithms are in Methods/

To add a new method, a new class would need to be created, and the UI cooked up in UIControl.cs

For helper functions see Occupancy.cs, OccupancyToTilemap.cs and existing methods as examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published