CarRacer
Car racer created in OpenGL with C++ and C for linux systems.
Objective
The objective of this project is to create a simple (and very poorly optimized) system to understand how the base of opengl works with c++ and c for 2D environment. This project have a simple neural network maded from scratch to compete against the user.
Setup
To setup your system just use git clone command, all the files are included in this repository. To do it, use:
git clone https://github.com/victorkich/CarRacer/
All of requirements is show in the badgets above, but if you want to install all of them, execute the following line of code:
sudo apt-get install build-essential mesa-utils freeglut3-dev
For test in your own computer, just compile with MinGW.
Example
If you liked this repository, please don't forget to starred it!