cd flappy-bird
make
./main
For flappy bird../main_snake
For snake.
cd opencv
git submodule update --init
cd opencv
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Release ..
make -j[n]
where[n]
is the number of threads to use.cd ../..
cmake .
cmake-gui
- Set the
OpenCV_DIR
parameter to point to theopencv
folder. - Click
Configure
andGenerate
and then close. make