Implemented in C (and soon C++). Has an ncurses program to view generations.
- A C++ compiler.
- cmake (3.11 or later)
- curses (ncurses or PDCurses are recommended)
- pkg-config (recommended)
- Install prerequisites.
git clone http://github.com/bobpaw/genetic.gitcd geneticmkdir buildcd buildcmake ..cmake --build .
The genetic executable is now in build/src/genetic.
To run tests: make test.
Refer to the NEWS.md file.
Refer to the Git log for a complete revision history.
Copyright (c) 2020-2022 Aiden Woodruff.
This work is governed by the MIT License. See COPYING for the full license text.