procedural city generation

18
Procedural City Generation Ketan Dewan Design by Algorithm Fall 2012

Upload: nalani

Post on 23-Feb-2016

64 views

Category:

Documents


0 download

DESCRIPTION

Procedural City Generation. Ketan Dewan Design by Algorithm Fall 2012. Goal. Create a cityscape to populate a game world Randomized building generation Different sizes for the buildings Different shapes for the buildings Spaced road generation. Inspirations and Examples. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Procedural City Generation

Procedural City GenerationKetan DewanDesign by Algorithm Fall 2012

Page 2: Procedural City Generation

Goal•Create a cityscape to populate a game

world•Randomized building generation•Different sizes for the buildings•Different shapes for the buildings•Spaced road generation

Page 3: Procedural City Generation

Inspirations and Examples•Atom Zombie Smasher•Minecraft•Left 4 Dead•Soldier of Fortune 2•FreeCiv•Frozen Synapse

Page 4: Procedural City Generation
Page 5: Procedural City Generation
Page 6: Procedural City Generation
Page 7: Procedural City Generation

Diagram

Page 8: Procedural City Generation

Pseudocode

Page 9: Procedural City Generation

Python Code

Page 10: Procedural City Generation
Page 11: Procedural City Generation
Page 12: Procedural City Generation
Page 13: Procedural City Generation
Page 14: Procedural City Generation
Page 15: Procedural City Generation
Page 16: Procedural City Generation
Page 17: Procedural City Generation
Page 18: Procedural City Generation