An open API service indexing awesome lists of open source software.

https://github.com/americast/snakes

A simple game of snakes implemented in C++ and OpenCV
https://github.com/americast/snakes

cpp opencv snake-game

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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.