This is a 2D Car Game written C++ with Qt.
The game is a topview game, where you have to go through a generated car track, and collect 100 rewards through reward gates. You can play alone, or against a learning genetic algorithm. Find out who learns the track faster. You can visualize only the genetic algorithm either.
- You can hide the track, and try to go through it by only using a lidar
- You can visualize the reward gates, that gives the points
The git repository contains a prebuilt executable for windows. To test it:
- Download the bin.zip folder
- Unzip the bin.zip folder
- Start bin/2DCarGame.exe
- Click on "Show only AI"
INFO: If it does not work, install bin/vc_redist.X64.exe
- Qt Creator - IDE used
- Qt - User interface
- cmake - Built with cmake
- windeployqt - Windows Deployment Tool
- Kardos Tamás - Initial work - Swordy