diaspora
A downloadable tool
Simulated Space Colonies across the Web
Have your humans dispersed to the far reaches of the galaxy? Do their myriad civilizations need names and descriptions? diaspora is a web service and library for procedurally generating descriptions of space colonies. It's available under the MIT license.
Usage
- Generate space colonies, one at a time, from your browser: diaspora-colonies.herokuapp.com
OR
- Generate space colonies in JSON, several at a time, with the API. Specify the number of colonies with a simple query string: diaspora-colonies.herokuapp.com/api/v1.0/?10
OR
- Write a python program and include the Colony.py module: github.com/ptychomancer/diaspora
The Future?
Consider the possibility of future enhancements:
- More attributes
- POST colony attributes to seed descriptions
- Evolving colonies that redescribe themselves
Category | Tool |
Author | ptychomancer |
Tags | Procedural Generation, PROCJAM, Robots, space-colonies, Space Sim, Text based |