Git Product home page Git Product logo

civs's Introduction

civs

A simulator of civilizations evolution written in Clojure. By simulating migrations, language development, evolution of tribes, chiefdoms and nations, creation and destruction of settlements it builds a realistic world with a complete history. That history can be observed for fun or be used as base for future games.

Status

Build Status

Clojars Project

Currently the simulation can be started with any number of bands (small groups of humans). During the turns they can:

  • evolve into tribe or chiefdoms
  • migrate towards better lands
  • settle new cities
  • develop languages
  • grow or perish
  • develop agriculture
  • change their lifestyle from nomadic to semi-sedentary or sedentary
  • split into separate groups
  • and so on... I am constantly improving the simulation

How to use it: related projects

The project generate civilizations evolving in worlds which can be generated using the world generator lands. To generate languages for the different civilizations it use the names generation library langgen. Lands and langgen are written Python and wrapped in Java using Jython. The wrapper is lands-java-lib.

The history files produced by civs can be explored using civs-browser.

Include it as a dependency

Leiningen

[civs "0.2.2"]

Gradle

compile "civs:civs:0.2.2"

Maven

<dependency>
  <groupId>civs</groupId>
  <artifactId>civs</artifactId>
  <version>0.2.2</version>
</dependency>

Dev guidelines

Use kibit and eastwood to verify code quality.

When runnng eastwood exclude the check for unlimited use of namespaces:

lein eastwood "{:exclude-linters [:unlimited-use]}"

Interesting links about human history and history simulation

world-js an attempt to show you a brief history of humankind via a simulation game.

A Brief History of Humankind a Coursera course on human history

civs's People

Contributors

ftomassetti avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.