awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesEvolution Simulation Games

Interactive games where species evolve through natural selection and mutation from simple to complex forms.

Distinct from Game Simulation Environments: Candidates refer to idling utilities or medical trauma, not the core gameplay loop of an evolution simulation.

Explore 5 awesome GitHub repositories matching game development · Evolution Simulation Games. Refine with filters or upvote what's useful.

Awesome Evolution Simulation Games GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • coding-horror/basic-computer-gamescoding-horror 的头像

    coding-horror/basic-computer-games

    11,073在 GitHub 上查看↗

    This project is a programming education resource and a collection of vintage game ports. It provides a library of classic computer game implementations and algorithmic problems translated into modern memory-safe scripting languages for educational study and execution. The collection focuses on the implementation of game logic and the practice of fundamental computer science algorithms. It includes diverse examples of procedural content generation, such as random mazes and text-based art, alongside mathematical visualizations. The project covers a wide array of simulation categories, includin

    The project calculates the evolution of a population on a grid based on survival, death, and birth rules.

    C#basicbasic-computer-gamesclassic-game
    在 GitHub 上查看↗11,073
  • simtr/the-powder-toysimtr 的头像

    simtr/The-Powder-Toy

    5,149在 GitHub 上查看↗

    The Powder Toy 是一个 C++ 物理引擎和材料模拟软件,作为落沙物理沙盒运行。它提供了一个模拟环境,其中固体、液体和气体根据热量、压力和速度相互作用。 该项目是一个可脚本化的沙盒环境,提供外部脚本接口和行为脚本,以修改游戏机制、自动化任务并定义自定义模拟逻辑。 该软件支持通过模拟电子元件和传感器构建复杂的机械、物理结构和功能逻辑电路。它包括一个社区内容共享系统,用于从远程仓库上传和下载模拟存档文件。

    Uses grid-based cellular automata to simulate physical interactions between neighboring pixels.

    C++
    在 GitHub 上查看↗5,149
  • chakazul/leniaChakazul 的头像

    Chakazul/Lenia

    3,786在 GitHub 上查看↗

    Lenia is a scientific research tool and computational framework for modeling, visualizing, and analyzing artificial life. It functions as a continuous cellular automata engine that simulates emergent biological patterns using continuous space-time grids and kernel-based convolutional dynamics. The system leverages a GPU-accelerated simulation framework to perform parallel tensor computations and massive grid updates in real time. It includes hardware-accelerated 3D rendering to visualize high-dimensional cellular structures and their structural complexity. The platform provides capabilities

    Models artificial life forms by applying generalized kernel and delta functions to cells with continuous values.

    Pythonartificial-lifecellular-automatajavascript
    在 GitHub 上查看↗3,786
  • revolutionary-games/thriveRevolutionary-Games 的头像

    Revolutionary-Games/Thrive

    3,437在 GitHub 上查看↗

    Thrive is a biological evolution simulation game and evolutionary sandbox where species evolve from single-celled organisms into complex civilizations. It serves as a multicellular life simulator and species progression engine, modeling the transition from microbes to industrial societies through natural selection and mutation. The project features a biological design tool and morphological editor for creating creature anatomy and tissue differentiation based on chemical principles. It includes a specialized environment for testing metabolic processes and designing organism shapes via cell sp

    Simulates the evolution of species from single-celled organisms to complex civilizations via natural selection.

    C#biologycsharpevolution
    在 GitHub 上查看↗3,437
  • gdquest-demos/godot-4-procedural-generationgdquest-demos 的头像

    gdquest-demos/godot-4-procedural-generation

    1,863在 GitHub 上查看↗

    This project is a procedural content generation toolkit designed for the Godot engine. It provides a collection of algorithmic techniques and modular tools for dynamically spawning game assets, map layouts, and emergent systems in both 2D and 3D environments. The framework distinguishes itself by offering specialized systems for both large-scale world construction and granular asset assembly. It supports the creation of expansive terrains and infinite worlds through noise-based distribution and shader-rendered biomes, while simultaneously providing modular systems to generate unique combat eq

    Applies iterative neighborhood rules to grid cells to generate organic structures like cave systems or dungeon layouts.

    GDScriptgdscriptgodot-enginegodot-procedural
    在 GitHub 上查看↗1,863
  1. Home
  2. Game Development
  3. Evolution Simulation Games

探索子标签

  • Cellular Automata3 个子标签Simulations of grid-based populations evolving through local rules of survival and birth. **Distinct from Evolution Simulation Games:** Distinct from Evolution Simulation Games by focusing on grid-based cellular rules rather than biological mutation/selection.