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

https://github.com/macabeus/cvgame

Simple game developed using OpenCV, developed for study purposes
https://github.com/macabeus/cvgame

Last synced: 10 months ago
JSON representation

Simple game developed using OpenCV, developed for study purposes

Awesome Lists containing this project

README

          

# cvGame
Game developed using OpenCV. Various pieces of a picture are chosen and, except one, is changed. The player must hit what piece of the picture has not changed

### Commands
#### Command line arguments
* Choose a random image from the same script folder: `python3 main.py`
* Choose a random image from the specify folder: `python3 main.py pirates/`
* Specify an image: `python3 main.py pirates/shanks.jpg`

#### Keyboard
* Exit: `esc`

### Required
* Python 3
* OpenCV
* Numpy

Manual to install OpenCV