Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

thopit/Creatures

Evolution simulator

thopit/Creatures.json
{
"createdAt": "2015-05-20T20:44:10Z",
"defaultBranch": "master",
"description": "Evolution simulator",
"fullName": "thopit/Creatures",
"homepage": null,
"language": "Java",
"name": "Creatures",
"pushedAt": "2023-11-11T21:38:00Z",
"stargazersCount": 210,
"topics": [
"evolution",
"evolution-simulator"
],
"updatedAt": "2025-07-04T03:11:06Z",
"url": "https://github.com/thopit/Creatures"
}

Main view of creatures Creatures is a small evolution simulator. It’s about creatures trying to survive and procreate. Each new creature inherits the properties of its parents, combined with mutations. This leads to gradual changes in the distribution of certain attributes. These changes can be graphically seen in a statistics module.

This project uses Gradle. The gradle wrapper is also included, so gradle doesn’t need to be installed manually. Run gradlew build to build the project and gradlew run to execute it.

For more information take a look at the Wiki.

Get the latest release here.