Skip to content

DeltaF1/ProcJam2019

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages