ZZPot / AntiMine

Simple mine sweeper bot (OpenCV)
2 stars 0 forks source link

Wrong init state #6

Closed ZZPot closed 8 years ago

ZZPot commented 8 years ago

Without displaying parser or miner data it gets fucked up mine field screenshot with half "safe with 0".

ZZPot commented 8 years ago

cv::waitKey() doesn't work if there is no windows. Yep, I use Sleep() instead. See comments in code. Fixed.