All Projects → pampersrocker → EvoNet

pampersrocker / EvoNet

Licence: MIT license
Evolution Simulation in XNA Refresh

Programming Languages

C#
18002 projects
HLSL
714 projects

Projects that are alternatives of or similar to EvoNet

FAVITES
FAVITES (FrAmework for VIral Transmission and Evolution Simulation)
Stars: ✭ 33 (-25%)
Mutual labels:  evolution, evolution-simulator
Satellite-Aerial-Image-Retrieval
Satellite/Aerial Image Retrieval: using Bing maps tile system to automatically download aerial imagery (maximum resolution available) given a latitude, longitude bounding box.
Stars: ✭ 36 (-18.18%)
Mutual labels:  tilemap
textyle
Web tilemap editor for 2D games built using React JS, WebGL and Rust (WASM).
Stars: ✭ 87 (+97.73%)
Mutual labels:  tilemap
tilemap-studio
A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
Stars: ✭ 247 (+461.36%)
Mutual labels:  tilemap
iSAFE
Pinpoints the mutation favored by selection
Stars: ✭ 24 (-45.45%)
Mutual labels:  evolution
HexTiles
Unity Hex Tile Editor
Stars: ✭ 127 (+188.64%)
Mutual labels:  tilemap
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+31.82%)
Mutual labels:  tilemap
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-38.64%)
Mutual labels:  xna
sdl evolution
Tracking and proposing changes to SDL's public APIs.
Stars: ✭ 33 (-25%)
Mutual labels:  evolution
AsLib
🎨: RPG map maker (paint tool)
Stars: ✭ 82 (+86.36%)
Mutual labels:  tilemap
Final-Bomber
Bomberman/Dynablaster remake in C# using XNA.
Stars: ✭ 21 (-52.27%)
Mutual labels:  xna
MonoGame.Primitives2D
Easy-to-use 2D primitives
Stars: ✭ 44 (+0%)
Mutual labels:  xna
SNPGenie
Program for estimating πN/πS, dN/dS, and other diversity measures from next-generation sequencing data
Stars: ✭ 81 (+84.09%)
Mutual labels:  evolution
wgd
Python package and CLI for whole-genome duplication related analyses
Stars: ✭ 68 (+54.55%)
Mutual labels:  evolution
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (+156.82%)
Mutual labels:  tilemap
LTRpred
De novo annotation of young retrotransposons
Stars: ✭ 35 (-20.45%)
Mutual labels:  evolution
exact
EXONA: The Evolutionary eXploration of Neural Networks Framework -- EXACT, EXALT and EXAMM
Stars: ✭ 43 (-2.27%)
Mutual labels:  evolution
Binmap
A tool that helps to analyse, document and alter binary files/formats (experimental).
Stars: ✭ 19 (-56.82%)
Mutual labels:  xna
geneticalgorithm2
Supported highly optimized and flexible genetic algorithm package for python
Stars: ✭ 36 (-18.18%)
Mutual labels:  evolution
GameSystemsInC
Game systems for games in C. Examples using Raylib.
Stars: ✭ 16 (-63.64%)
Mutual labels:  tilemap

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 XNA 4.0 Refresh.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].