Skip to content

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

License

Notifications You must be signed in to change notification settings

americast/Snakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • OpenCV needs to be installed on the System. For installing OpenCV 2
  1. Open Terminal on Ubuntu
  2. Type following codes
sudo apt update
sudo apt install libopencv-dev python-opencv

or if you wish to install OpenCV 3 follow the guide.

  • Install C++ (GCC recommended).

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published