Brotcrunsher / EvoNet

Evolution Simulation in MonoGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EvoNet

An evolution simulation in .Net

Stories in Ready Stories in Progress

Overview

For the base simulation a TileMap is generated which seperates the tilemap into land and water. Land is fertile and grass/food can grow, which grow speed is dependent in its neighboring tiles.

TileMap

On this world live creatues, which taught themselves to move, eat and reproduce.

Project Setup

This project uses MonoGame, for installation instructions see http://www.monogame.net/downloads/ .

In addition some libraries are referenced using NuGet.

Main development is done using Visual Studio 2015, other platforms might work but are unsupported and not tested.

Management

Issue tracking and work distribution is done using waffle.io

About

Evolution Simulation in MonoGame

License:MIT License


Languages

Language:C# 98.6%Language:HLSL 1.4%