arnav-t / Shooting-Game

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

Write a UI class #53

Open arnav-t opened 5 years ago

arnav-t commented 5 years ago

We need to make a UI class upon which the main menu and other UI based features will be built. Follow principles of OOP to maximize reusability of code.