Snakes

A simple game of snakes implemented in C++ and OpenCV

GPL-3.0 License

Stars
26

This is a repository for the snake game

The project contains the following directories: src all the source files stored here bin compiled program is stored here obj *.o (object) files are stored here (to be used by linker) include *.h (header) files are stored here

To compile the program: Open terminal, type "make" and press enter in the project directory.

To execute the compiled file: Type "./bin/snakes" and press enter in the project directory.