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: 6 months ago
JSON representation
A simple game of snakes implemented in C++ and OpenCV
- Host: GitHub
- URL: https://github.com/americast/snakes
- Owner: americast
- License: gpl-3.0
- Created: 2017-11-14T09:26:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T18:46:07.000Z (over 6 years ago)
- Last Synced: 2025-04-21T06:38:13.751Z (11 months ago)
- Topics: cpp, opencv, snake-game
- Language: C++
- Size: 32.2 KB
- Stars: 25
- Watchers: 9
- Forks: 38
- Open Issues: 11
-
Metadata Files:
- Readme: README-developers.txt
- License: LICENSE
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.