Skip to content

yetty123/historia

 
 

Repository files navigation

Historia

A procedurally generated history and culture simulation

Uses world maps generated by Hexgen to produce a randomly generated history using an agent-based economic simulation.

Exports a JSON file that is readable by Explorer.

Installation

  1. Download the repository
  2. Install PyPy3 2.4.0
  3. (optional) Create a virtualenv with this version of PyPy. Activate the virutalenv.
  4. Run pip install -r requirements-r.txt. This will install all the Python dependencies for the project.
  5. Run python setup.py develop to install
  6. Run Hexgen and place the JSON file it produces in your home directory at ~/hexgen.json.
  7. Run python bin/example.py to run Historia and export a JSON file to your home directory this file is viewable in Explorer.

About

A procedurally generated history and culture simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%