"But can it play Bad Apple?" Yes, yes it can.
Install the windows executable here.
If you are more risk averse, it is recommended that you compile it yourself using the steps below.
- Clone the repo
- Install vcpkg and configure it as a system variable
- Run
vcpkg install opencv
in the terminal - Build solution and play
The compiled binary and libraries will be located in the x64/Debug
folder. Pack it as a zip or use Inno Setup Compiler to build a setup wizard.