Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.38 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.38 KB

ProcJam2019

A collection of experiments in procedural design for ProcJam 2019. Click each heading to go to the code

screenshot I created a series of algorithms to pack rectangles together into interesting shapes. initial algorithm

I then started grouping rectangles (rooms) together by their function, and adding doors between them doors

The next step involved creating a tileset system and corresponding tileset test-bed to find missing tiles. The tilesets were quickly split into 3 sets of tiles to fluidly mark room boundaries. To complement the new interior aesthetic, ornamental "greebles" such as antennae and lights were added to the outside perimeter of the spaceships.

tileset greebles

Finally, I added props to the insides of the rooms. Pieces of furniture such as crates or beds are chosen based on the room's purpose.

Implementation of conway's game of life gameoflife

A smoothing Cellular Automata to turn noise into cave-like structures cave generation

An early attempt to generate spaceship layouts by using springs and force simulations spring layout