Skip to content

alexeykarnachev/crossover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3495626 · Apr 6, 2023
Apr 1, 2023
Feb 19, 2023
Apr 1, 2023
Mar 8, 2023
Jan 10, 2023
Jan 16, 2023
Mar 13, 2023
Jan 10, 2023
Apr 6, 2023
Jan 10, 2023
Apr 2, 2023

Repository files navigation

CROSSOVER

A little 2d sandbox to play with genetic AI training with several fancy features (dynamic light, pseudo 3d materials, game engine-like editor)

thumbnail

Quick Start

Build with cmake

mkdir build && cd build && cmake .. && make

Run

./bin/crossover

I've tried to add some cross-platform support and part of the codebase has been adapted for it. Though, I didn't try to build it in any environment but Ubuntu 20.04.6 LTS