americast / Snakes

A simple game of snakes implemented in C++ and OpenCV
GNU General Public License v3.0
25 stars 39 forks source link
cpp opencv snake-game

Snakes

Gitter chat

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.
More information can be found in the README-developers.txt file.

Prerequisites

Compilation

To compile the program use

make

The compiled file snakes can be found in bin directory.

Execution

To execute the compiled file use

./bin/snakes

Or it can be executed from the bin directory ./snakes.

Well, I had made this game before I came across version control, I guess in October 2016.
Hence, commit history starts pretty late.