Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 649 Bytes

File metadata and controls

18 lines (14 loc) · 649 Bytes

Smart Rockets

A visual demonstration of genetic algorithms using SFML and C++.

Screenshots

image

Index

Step limit: How many frames each generation runs for.
Population size: The amount of rockets in each generation.
Mutation rate: Chance per rocket to have it's gene randomly muated.

Compiling

You Need:

  • SFML 2.5+
  • C++17 compliant compiler
  • CMake build system

run CMake on the project directory with CMAKE_BUILD_TYPE=Release and you'll get Makefile or equivalent for your platform, with which you can compile the game.