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
- Host: GitHub
- URL: https://github.com/macabeus/cvgame
- Owner: macabeus
- Created: 2015-10-25T00:50:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T03:59:23.000Z (over 10 years ago)
- Last Synced: 2023-03-02T04:15:40.904Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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