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
- Host: GitHub
- URL: https://github.com/americast/snakes
- Owner: americast
- License: gpl-3.0
- Created: 2017-11-14T09:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T18:46:07.000Z (over 5 years ago)
- Last Synced: 2025-03-27T19:51:53.319Z (26 days ago)
- Topics: cpp, opencv, snake-game
- Language: C++
- Size: 32.2 KB
- Stars: 26
- 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.