arnav-t / Shooting-Game

Basic Shooting Game in C++ and OpenCV
MIT License
19 stars 27 forks source link

add score of player #33

Closed mathrulestheworld closed 5 years ago

arnav-t commented 5 years ago

The score can be displayed using OpenCV's putText() function. https://docs.opencv.org/3.0-beta/modules/imgproc/doc/drawing_functions.html#puttext

mathrulestheworld commented 5 years ago

screenshot from 2018-12-04 15-32-50

arnav-t commented 5 years ago

Added in #48